Html Css Color HEX #BCC80E La Rioja

📋 copy color: '#BCC80E'

red 188 ◦ green 200 ◦ blue 14

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

Shades of La Rioja #BCC80E

Tints of La Rioja #BCC80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.75%

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

R = 46.77%
G = 49.75%
B = 3.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#BCC80E (or 0xBCC80E) is known color: La Rioja. HEX triplet: BC, C8 and 0E. RGB value is (188,200,14). Sum of RGB (Red+Green+Blue) = 188+200+14=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 200 (78.52% from 255 or 49.75% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC80E is #4337F1. Grayscale: #AFAFAF. Windows color (decimal): -4405234 or 968892. OLE color: 968892.

HSL color Cylindrical-coordinate representation of color #BCC80E: hue angle of 63.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCC80E is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 14 -
CMYK 0.06 0 0.93 0.22
HSL 63.87º 0.87% 0.42% -
HSV(B) 63.87º 0.93% 0.78% -
XYZ 41.47 52.03 8.27 -
YUV 175.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 188 200 14 0.06 0 0.93 0.22 63.87 0.87 0.42
Hex BC C8 E 6 0 5D 16 40 57 2A
Octal 274 310 16 6 0 135 26 100 127 52
Binary 10111100 11001000 1110 110 0 1011101 10110 1000000 1010111 101010

Color Harmonies of #BCC80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC80E

Black with #BCC80E

Text Example


Text Example

White with #BCC80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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