Html Css Color HEX #BCCE0E La Rioja

📋 copy color: '#BCCE0E'

red 188 ◦ green 206 ◦ blue 14

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

Shades of La Rioja #BCCE0E

Tints of La Rioja #BCCE0E

RGB

 RED value IS 188 (73.83% from 255) = 46.08%

 GREEN value IS 206 (80.86% from 255) = 50.49%

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

R = 46.08%
G = 50.49%
B = 3.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#BCCE0E (or 0xBCCE0E) is known color: La Rioja. HEX triplet: BC, CE and 0E. RGB value is (188,206,14). Sum of RGB (Red+Green+Blue) = 188+206+14=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE0E is #4331F1. Grayscale: #B3B3B3. Windows color (decimal): -4403698 or 970428. OLE color: 970428.

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

Color convert

RGB 188 206 14 -
CMYK 0.09 0 0.93 0.19
HSL 65.63º 0.87% 0.43% -
HSV(B) 65.63º 0.93% 0.81% -
XYZ 42.89 54.87 8.75 -
YUV 178.73 35.04 134.61 -
System Red Green Blue C M Y K H S L
Decimal 188 206 14 0.09 0 0.93 0.19 65.63 0.87 0.43
Hex BC CE E 9 0 5D 13 42 57 2B
Octal 274 316 16 11 0 135 23 102 127 53
Binary 10111100 11001110 1110 1001 0 1011101 10011 1000010 1010111 101011

Color Harmonies of #BCCE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE0E

Black with #BCCE0E

Text Example


Text Example

White with #BCCE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE0E; }

 p { color: rgb(188,206,14); }

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

background-color css

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

 a { background-color: rgb(188,206,14); }

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

border-color css

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

 span { border-color: rgb(188,206,14); }

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