#b8c41b

Color #B8C41B Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8C41B

Tints of Rio Grande #B8C41B

Color information

#B8C41B (or 0xB8C41B) is unknown color: approx Rio Grande. HEX triplet: B8, C4 and 1B. RGB value is (184,196,27). Sum of RGB (Red+Green+Blue) = 184+196+27=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C41B is #473BE4. Grayscale: #ADADAD. Windows color (decimal): -4668389 or 1819832. OLE color: 1819832.

HSL color Cylindrical-coordinate representation of color #B8C41B: hue angle of 64.26º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8C41B is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB18419627-
CMYK0.0600.860.23
HSL64.26º75.78%43.73%-
HSV(B)64.26º86.22%76.86%-
XYZ39.749.758.55-
YUV173.1545.52135.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 27 (10.94% from 255) = 6.63%
R=45.21%
G=48.16%
B=6.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184196270.0600.860.2364.2675.7843.73
HexB8C41B605617404c2c
Octal27030433601262710011454
Binary101110001100010011011110010101101011110000001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8c41b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8c41b; }

 p { color: rgb(184,196,27); }

 H1.HeaderClassName
 {
   color: #b8c41b;
 }
 .AnyTagClassName
 {
   color: #b8c41b;
 }
</style>
background-color css

<style>
 a { background-color: #b8c41b; }

 a { background-color: rgb(184,196,27); }

 div.DivClassName
 {
   background-color: #b8c41b;
 }
 .BgClassName
 {
   background-color: #b8c41b;
 }
</style>
border-color css

<style>
 span { border-color: #b8c41b; }

 span { border-color: rgb(184,196,27); }

 td.TdClassName
 {
   border-color: #b8c41b;
 }
 .TagClassName
 {
   border-color: #b8c41b;
 }
</style>