Html Css Color HEX #BBCF21 Rio Grande

📋 copy color: '#BBCF21'

red 187 ◦ green 207 ◦ blue 33

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

Shades of Rio Grande #BBCF21

Tints of Rio Grande #BBCF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.73%

R = 43.79%
G = 48.48%
B = 7.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#BBCF21 (or 0xBBCF21) is known color: Rio Grande. HEX triplet: BB, CF and 21. RGB value is (187,207,33). Sum of RGB (Red+Green+Blue) = 187+207+33=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF21 is #4430DE. Grayscale: #B5B5B5. Windows color (decimal): -4468959 or 2215867. OLE color: 2215867.

HSL color Cylindrical-coordinate representation of color #BBCF21: hue angle of 66.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBCF21 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 33 -
CMYK 0.10 0 0.84 0.19
HSL 66.9º 0.73% 0.47% -
HSV(B) 66.9º 0.84% 0.81% -
XYZ 43.08 55.3 9.84 -
YUV 181.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 187 207 33 0.10 0 0.84 0.19 66.9 0.73 0.47
Hex BB CF 21 A 0 54 13 43 48 2F
Octal 273 317 41 12 0 124 23 103 110 57
Binary 10111011 11001111 100001 1010 0 1010100 10011 1000011 1001000 101111

Color Harmonies of #BBCF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF21

Black with #BBCF21

Text Example


Text Example

White with #BBCF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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