Html Css Color HEX #BBCA19 Rio Grande

📋 copy color: '#BBCA19'

red 187 ◦ green 202 ◦ blue 25

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

Shades of Rio Grande #BBCA19

Tints of Rio Grande #BBCA19

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.79%

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

R = 45.17%
G = 48.79%
B = 6.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#BBCA19 (or 0xBBCA19) is known color: Rio Grande. HEX triplet: BB, CA and 19. RGB value is (187,202,25). Sum of RGB (Red+Green+Blue) = 187+202+25=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA19 is #4435E6. Grayscale: #B2B2B2. Windows color (decimal): -4470247 or 1690299. OLE color: 1690299.

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

Color convert

RGB 187 202 25 -
CMYK 0.07 0 0.88 0.21
HSL 65.08º 0.78% 0.45% -
HSV(B) 65.08º 0.88% 0.79% -
XYZ 41.79 52.88 8.92 -
YUV 177.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 187 202 25 0.07 0 0.88 0.21 65.08 0.78 0.45
Hex BB CA 19 7 0 58 15 41 4E 2D
Octal 273 312 31 7 0 130 25 101 116 55
Binary 10111011 11001010 11001 111 0 1011000 10101 1000001 1001110 101101

Color Harmonies of #BBCA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA19

Black with #BBCA19

Text Example


Text Example

White with #BBCA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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