Html Css Color HEX #BCC214 La Rioja

📋 copy color: '#BCC214'

red 188 ◦ green 194 ◦ blue 20

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

Shades of La Rioja #BCC214

Tints of La Rioja #BCC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 46.77%
G = 48.26%
B = 4.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#BCC214 (or 0xBCC214) is known color: La Rioja. HEX triplet: BC, C2 and 14. RGB value is (188,194,20). Sum of RGB (Red+Green+Blue) = 188+194+20=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC214 is #433DEB. Grayscale: #ADADAD. Windows color (decimal): -4406764 or 1360572. OLE color: 1360572.

HSL color Cylindrical-coordinate representation of color #BCC214: hue angle of 62.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCC214 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 20 -
CMYK 0.03 0 0.90 0.24
HSL 62.07º 0.81% 0.42% -
HSV(B) 62.07º 0.9% 0.76% -
XYZ 40.16 49.33 8.07 -
YUV 172.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 188 194 20 0.03 0 0.90 0.24 62.07 0.81 0.42
Hex BC C2 14 3 0 5A 18 3E 51 2A
Octal 274 302 24 3 0 132 30 76 121 52
Binary 10111100 11000010 10100 11 0 1011010 11000 111110 1010001 101010

Color Harmonies of #BCC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC214

Black with #BCC214

Text Example


Text Example

White with #BCC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC214; }

 p { color: rgb(188,194,20); }

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

background-color css

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

 a { background-color: rgb(188,194,20); }

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

border-color css

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

 span { border-color: rgb(188,194,20); }

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