Html Css Color HEX #BBCF16 Rio Grande

📋 copy color: '#BBCF16'

red 187 ◦ green 207 ◦ blue 22

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

Shades of Rio Grande #BBCF16

Tints of Rio Grande #BBCF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.29%

R = 44.95%
G = 49.76%
B = 5.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#BBCF16 (or 0xBBCF16) is known color: Rio Grande. HEX triplet: BB, CF and 16. RGB value is (187,207,22). Sum of RGB (Red+Green+Blue) = 187+207+22=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF16 is #4430E9. Grayscale: #B4B4B4. Windows color (decimal): -4468970 or 1494971. OLE color: 1494971.

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

Color convert

RGB 187 207 22 -
CMYK 0.10 0 0.89 0.19
HSL 66.49º 0.81% 0.45% -
HSV(B) 66.49º 0.89% 0.81% -
XYZ 42.95 55.25 9.16 -
YUV 179.93 38.87 133.04 -
System Red Green Blue C M Y K H S L
Decimal 187 207 22 0.10 0 0.89 0.19 66.49 0.81 0.45
Hex BB CF 16 A 0 59 13 42 51 2D
Octal 273 317 26 12 0 131 23 102 121 55
Binary 10111011 11001111 10110 1010 0 1011001 10011 1000010 1010001 101101

Color Harmonies of #BBCF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF16

Black with #BBCF16

Text Example


Text Example

White with #BBCF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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