Html Css Color HEX #BCC90E La Rioja

📋 copy color: '#BCC90E'

red 188 ◦ green 201 ◦ blue 14

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

Shades of La Rioja #BCC90E

Tints of La Rioja #BCC90E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.88%

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

R = 46.65%
G = 49.88%
B = 3.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#BCC90E (or 0xBCC90E) is known color: La Rioja. HEX triplet: BC, C9 and 0E. RGB value is (188,201,14). Sum of RGB (Red+Green+Blue) = 188+201+14=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC90E is #4336F1. Grayscale: #B0B0B0. Windows color (decimal): -4404978 or 969148. OLE color: 969148.

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

Color convert

RGB 188 201 14 -
CMYK 0.06 0 0.93 0.21
HSL 64.17º 0.87% 0.42% -
HSV(B) 64.17º 0.93% 0.79% -
XYZ 41.7 52.5 8.35 -
YUV 175.8 36.69 136.71 -
System Red Green Blue C M Y K H S L
Decimal 188 201 14 0.06 0 0.93 0.21 64.17 0.87 0.42
Hex BC C9 E 6 0 5D 15 40 57 2A
Octal 274 311 16 6 0 135 25 100 127 52
Binary 10111100 11001001 1110 110 0 1011101 10101 1000000 1010111 101010

Color Harmonies of #BCC90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC90E

Black with #BCC90E

Text Example


Text Example

White with #BCC90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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