Html Css Color HEX #BBCF22 Rio Grande

📋 copy color: '#BBCF22'

red 187 ◦ green 207 ◦ blue 34

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

Shades of Rio Grande #BBCF22

Tints of Rio Grande #BBCF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.94%

R = 43.69%
G = 48.36%
B = 7.94%

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

#BBCF22 (or 0xBBCF22) is known color: Rio Grande. HEX triplet: BB, CF and 22. RGB value is (187,207,34). Sum of RGB (Red+Green+Blue) = 187+207+34=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF22 is #4430DD. Grayscale: #B5B5B5. Windows color (decimal): -4468958 or 2281403. OLE color: 2281403.

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

Color convert

RGB 187 207 34 -
CMYK 0.10 0 0.84 0.19
HSL 66.94º 0.72% 0.47% -
HSV(B) 66.94º 0.84% 0.81% -
XYZ 43.1 55.31 9.92 -
YUV 181.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 187 207 34 0.10 0 0.84 0.19 66.94 0.72 0.47
Hex BB CF 22 A 0 54 13 43 48 2F
Octal 273 317 42 12 0 124 23 103 110 57
Binary 10111011 11001111 100010 1010 0 1010100 10011 1000011 1001000 101111

Color Harmonies of #BBCF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF22

Black with #BBCF22

Text Example


Text Example

White with #BBCF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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