#B8CF18

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

Shades of Rio Grande #B8CF18

Tints of Rio Grande #B8CF18

Color information

#B8CF18 (or 0xB8CF18) is unknown color: approx Rio Grande. HEX triplet: B8, CF and 18. RGB value is (184,207,24). Sum of RGB (Red+Green+Blue) = 184+207+24=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CF18 is #4730E7. Grayscale: #B3B3B3. Windows color (decimal): -4665576 or 1626040. OLE color: 1626040.

HSL color Cylindrical-coordinate representation of color #B8CF18: hue angle of 67.54º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8CF18 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB18420724-
CMYK0.1100.880.19
HSL67.54º79.22%45.29%-
HSV(B)67.54º88.41%81.18%-
XYZ42.2454.889.23-
YUV179.2640.38131.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 207 (81.25% from 255) = 49.88%
BLUE value IS 24 (9.77% from 255) = 5.78%
R=44.34%
G=49.88%
B=5.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184207240.1100.880.1967.5479.2245.29
HexB8CF18B05813444f2d
Octal270317301301302310411755
Binary1011100011001111110001011010110001001110001001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CF18; }

 p { color: rgb(184,207,24); }

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

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

 a { background-color: rgb(184,207,24); }

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

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

 span { border-color: rgb(184,207,24); }

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