#BBCD19

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

Shades of Rio Grande #BBCD19

Tints of Rio Grande #BBCD19

Color information

#BBCD19 (or 0xBBCD19) is unknown color: approx Rio Grande. HEX triplet: BB, CD and 19. RGB value is (187,205,25). Sum of RGB (Red+Green+Blue) = 187+205+25=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD19 is #4432E6. Grayscale: #B3B3B3. Windows color (decimal): -4469479 or 1691067. OLE color: 1691067.

HSL color Cylindrical-coordinate representation of color #BBCD19: hue angle of 66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBCD19 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB18720525-
CMYK0.0900.880.20
HSL66º78.26%45.1%-
HSV(B)66º87.8%80.39%-
XYZ42.554.39.16-
YUV179.141.04133.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 25 (10.16% from 255) = 6.00%
R=44.84%
G=49.16%
B=6.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205250.0900.880.206678.2645.1
HexBBCD19905814424e2d
Octal273315311101302410211655
Binary1011101111001101110011001010110001010010000101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD19; }

 p { color: rgb(187,205,25); }

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

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

 a { background-color: rgb(187,205,25); }

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

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

 span { border-color: rgb(187,205,25); }

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