Html Css Color HEX #BBCF19 Rio Grande

📋 copy color: '#BBCF19'

red 187 ◦ green 207 ◦ blue 25

#BBCF19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BBCF19

Tints of Rio Grande #BBCF19

RGB

 RED value IS 187 (73.44% from 255) = 44.63%

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 25 (10.16% from 255) = 5.97%

R = 44.63%
G = 49.4%
B = 5.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#BBCF19 (or 0xBBCF19) is known color: Rio Grande. HEX triplet: BB, CF and 19. RGB value is (187,207,25). Sum of RGB (Red+Green+Blue) = 187+207+25=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF19 is #4430E6. Grayscale: #B4B4B4. Windows color (decimal): -4468967 or 1691579. OLE color: 1691579.

HSL color Cylindrical-coordinate representation of color #BBCF19: hue angle of 66.59º degrees, saturation: 0.78, 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 #BBCF19 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 25 -
CMYK 0.10 0 0.88 0.19
HSL 66.59º 0.78% 0.45% -
HSV(B) 66.59º 0.88% 0.81% -
XYZ 42.98 55.26 9.32 -
YUV 180.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 187 207 25 0.10 0 0.88 0.19 66.59 0.78 0.45
Hex BB CF 19 A 0 58 13 43 4E 2D
Octal 273 317 31 12 0 130 23 103 116 55
Binary 10111011 11001111 11001 1010 0 1011000 10011 1000011 1001110 101101

Color Harmonies of #BBCF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF19

Black with #BBCF19

Text Example


Text Example

White with #BBCF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF19; }

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

 H1.HeaderClassName
 {
   color: #BBCF19;
 }
 .AnyTagClassName
 {
   color: #BBCF19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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