#BBC918

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

Shades of Rio Grande #BBC918

Tints of Rio Grande #BBC918

Color information

#BBC918 (or 0xBBC918) is unknown color: approx Rio Grande. HEX triplet: BB, C9 and 18. RGB value is (187,201,24). Sum of RGB (Red+Green+Blue) = 187+201+24=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC918 is #4436E7. Grayscale: #B1B1B1. Windows color (decimal): -4470504 or 1624507. OLE color: 1624507.

HSL color Cylindrical-coordinate representation of color #BBC918: hue angle of 64.75º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC918 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB18720124-
CMYK0.0700.880.21
HSL64.75º78.67%44.12%-
HSV(B)64.75º88.06%78.82%-
XYZ41.5552.48.79-
YUV176.6441.86135.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 201 (78.91% from 255) = 48.79%
BLUE value IS 24 (9.77% from 255) = 5.83%
R=45.39%
G=48.79%
B=5.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187201240.0700.880.2164.7578.6744.12
HexBBC918705815414f2c
Octal27331130701302510111754
Binary101110111100100111000111010110001010110000011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC918; }

 p { color: rgb(187,201,24); }

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

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

 a { background-color: rgb(187,201,24); }

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

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

 span { border-color: rgb(187,201,24); }

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