Html Css Color HEX #BBCF11 Rio Grande

📋 copy color: '#BBCF11'

red 187 ◦ green 207 ◦ blue 17

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

Shades of Rio Grande #BBCF11

Tints of Rio Grande #BBCF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.14%

R = 45.5%
G = 50.36%
B = 4.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#BBCF11 (or 0xBBCF11) is known color: Rio Grande. HEX triplet: BB, CF and 11. RGB value is (187,207,17). Sum of RGB (Red+Green+Blue) = 187+207+17=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF11 is #4430EE. Grayscale: #B4B4B4. Windows color (decimal): -4468975 or 1167291. OLE color: 1167291.

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

Color convert

RGB 187 207 17 -
CMYK 0.10 0 0.92 0.19
HSL 66.32º 0.85% 0.44% -
HSV(B) 66.32º 0.92% 0.81% -
XYZ 42.91 55.23 8.93 -
YUV 179.36 36.37 133.45 -
System Red Green Blue C M Y K H S L
Decimal 187 207 17 0.10 0 0.92 0.19 66.32 0.85 0.44
Hex BB CF 11 A 0 5C 13 42 55 2C
Octal 273 317 21 12 0 134 23 102 125 54
Binary 10111011 11001111 10001 1010 0 1011100 10011 1000010 1010101 101100

Color Harmonies of #BBCF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF11

Black with #BBCF11

Text Example


Text Example

White with #BBCF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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