Html Css Color HEX #BBCC0E La Rioja

📋 copy color: '#BBCC0E'

red 187 ◦ green 204 ◦ blue 14

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

Shades of La Rioja #BBCC0E

Tints of La Rioja #BBCC0E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.37%

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

R = 46.17%
G = 50.37%
B = 3.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#BBCC0E (or 0xBBCC0E) is known color: La Rioja. HEX triplet: BB, CC and 0E. RGB value is (187,204,14). Sum of RGB (Red+Green+Blue) = 187+204+14=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC0E is #4433F1. Grayscale: #B2B2B2. Windows color (decimal): -4469746 or 969915. OLE color: 969915.

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

Color convert

RGB 187 204 14 -
CMYK 0.08 0 0.93 0.2
HSL 65.37º 0.87% 0.43% -
HSV(B) 65.37º 0.93% 0.8% -
XYZ 42.17 53.78 8.57 -
YUV 177.26 35.87 134.95 -
System Red Green Blue C M Y K H S L
Decimal 187 204 14 0.08 0 0.93 0.2 65.37 0.87 0.43
Hex BB CC E 8 0 5D 14 41 57 2B
Octal 273 314 16 10 0 135 24 101 127 53
Binary 10111011 11001100 1110 1000 0 1011101 10100 1000001 1010111 101011

Color Harmonies of #BBCC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC0E

Black with #BBCC0E

Text Example


Text Example

White with #BBCC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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