Html Css Color HEX #BBCF15 Rio Grande

📋 copy color: '#BBCF15'

red 187 ◦ green 207 ◦ blue 21

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

Shades of Rio Grande #BBCF15

Tints of Rio Grande #BBCF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 45.06%
G = 49.88%
B = 5.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#BBCF15 (or 0xBBCF15) is known color: Rio Grande. HEX triplet: BB, CF and 15. RGB value is (187,207,21). Sum of RGB (Red+Green+Blue) = 187+207+21=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF15 is #4430EA. Grayscale: #B4B4B4. Windows color (decimal): -4468971 or 1429435. OLE color: 1429435.

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

Color convert

RGB 187 207 21 -
CMYK 0.10 0 0.90 0.19
HSL 66.45º 0.82% 0.45% -
HSV(B) 66.45º 0.9% 0.81% -
XYZ 42.94 55.24 9.11 -
YUV 179.82 38.37 133.12 -
System Red Green Blue C M Y K H S L
Decimal 187 207 21 0.10 0 0.90 0.19 66.45 0.82 0.45
Hex BB CF 15 A 0 5A 13 42 52 2D
Octal 273 317 25 12 0 132 23 102 122 55
Binary 10111011 11001111 10101 1010 0 1011010 10011 1000010 1010010 101101

Color Harmonies of #BBCF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF15

Black with #BBCF15

Text Example


Text Example

White with #BBCF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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