Html Css Color HEX #BBCF0E Rio Grande

📋 copy color: '#BBCF0E'

red 187 ◦ green 207 ◦ blue 14

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

Shades of Rio Grande #BBCF0E

Tints of Rio Grande #BBCF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 45.83%
G = 50.74%
B = 3.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#BBCF0E (or 0xBBCF0E) is known color: Rio Grande. HEX triplet: BB, CF and 0E. RGB value is (187,207,14). Sum of RGB (Red+Green+Blue) = 187+207+14=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF0E is #4430F1. Grayscale: #B3B3B3. Windows color (decimal): -4468978 or 970683. OLE color: 970683.

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

Color convert

RGB 187 207 14 -
CMYK 0.10 0 0.93 0.19
HSL 66.22º 0.87% 0.43% -
HSV(B) 66.22º 0.93% 0.81% -
XYZ 42.89 55.22 8.81 -
YUV 179.02 34.87 133.69 -
System Red Green Blue C M Y K H S L
Decimal 187 207 14 0.10 0 0.93 0.19 66.22 0.87 0.43
Hex BB CF E A 0 5D 13 42 57 2B
Octal 273 317 16 12 0 135 23 102 127 53
Binary 10111011 11001111 1110 1010 0 1011101 10011 1000010 1010111 101011

Color Harmonies of #BBCF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCF0E

Black with #BBCF0E

Text Example


Text Example

White with #BBCF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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