Html Css Color HEX #BBCB0E La Rioja

📋 copy color: '#BBCB0E'

red 187 ◦ green 203 ◦ blue 14

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

Shades of La Rioja #BBCB0E

Tints of La Rioja #BBCB0E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.25%

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

R = 46.29%
G = 50.25%
B = 3.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#BBCB0E (or 0xBBCB0E) is known color: La Rioja. HEX triplet: BB, CB and 0E. RGB value is (187,203,14). Sum of RGB (Red+Green+Blue) = 187+203+14=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB0E is #4434F1. Grayscale: #B1B1B1. Windows color (decimal): -4470002 or 969659. OLE color: 969659.

HSL color Cylindrical-coordinate representation of color #BBCB0E: hue angle of 65.08º 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 #BBCB0E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 14 -
CMYK 0.08 0 0.93 0.20
HSL 65.08º 0.87% 0.43% -
HSV(B) 65.08º 0.93% 0.8% -
XYZ 41.93 53.31 8.5 -
YUV 176.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 187 203 14 0.08 0 0.93 0.20 65.08 0.87 0.43
Hex BB CB E 8 0 5D 14 41 57 2B
Octal 273 313 16 10 0 135 24 101 127 53
Binary 10111011 11001011 1110 1000 0 1011101 10100 1000001 1010111 101011

Color Harmonies of #BBCB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB0E

Black with #BBCB0E

Text Example


Text Example

White with #BBCB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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