Html Css Color HEX #BCC70E La Rioja

📋 copy color: '#BCC70E'

red 188 ◦ green 199 ◦ blue 14

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

Shades of La Rioja #BCC70E

Tints of La Rioja #BCC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.63%

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

R = 46.88%
G = 49.63%
B = 3.49%

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

#BCC70E (or 0xBCC70E) is known color: La Rioja. HEX triplet: BC, C7 and 0E. RGB value is (188,199,14). Sum of RGB (Red+Green+Blue) = 188+199+14=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC70E is #4338F1. Grayscale: #AFAFAF. Windows color (decimal): -4405490 or 968636. OLE color: 968636.

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

Color convert

RGB 188 199 14 -
CMYK 0.06 0 0.93 0.22
HSL 63.57º 0.87% 0.42% -
HSV(B) 63.57º 0.93% 0.78% -
XYZ 41.24 51.57 8.2 -
YUV 174.62 37.36 137.54 -
System Red Green Blue C M Y K H S L
Decimal 188 199 14 0.06 0 0.93 0.22 63.57 0.87 0.42
Hex BC C7 E 6 0 5D 16 40 57 2A
Octal 274 307 16 6 0 135 26 100 127 52
Binary 10111100 11000111 1110 110 0 1011101 10110 1000000 1010111 101010

Color Harmonies of #BCC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC70E

Black with #BCC70E

Text Example


Text Example

White with #BCC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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