Html Css Color HEX #BCC10E La Rioja

📋 copy color: '#BCC10E'

red 188 ◦ green 193 ◦ blue 14

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

Shades of La Rioja #BCC10E

Tints of La Rioja #BCC10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

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

R = 47.59%
G = 48.86%
B = 3.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#BCC10E (or 0xBCC10E) is known color: La Rioja. HEX triplet: BC, C1 and 0E. RGB value is (188,193,14). Sum of RGB (Red+Green+Blue) = 188+193+14=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC10E is #433EF1. Grayscale: #ABABAB. Windows color (decimal): -4407026 or 967100. OLE color: 967100.

HSL color Cylindrical-coordinate representation of color #BCC10E: hue angle of 61.68º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCC10E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 14 -
CMYK 0.03 0 0.93 0.24
HSL 61.68º 0.86% 0.41% -
HSV(B) 61.68º 0.93% 0.76% -
XYZ 39.89 48.86 7.74 -
YUV 171.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 188 193 14 0.03 0 0.93 0.24 61.68 0.86 0.41
Hex BC C1 E 3 0 5D 18 3E 56 29
Octal 274 301 16 3 0 135 30 76 126 51
Binary 10111100 11000001 1110 11 0 1011101 11000 111110 1010110 101001

Color Harmonies of #BCC10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC10E

Black with #BCC10E

Text Example


Text Example

White with #BCC10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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