Html Css Color HEX #BCB014 Earls Green

📋 copy color: '#BCB014'

red 188 ◦ green 176 ◦ blue 20

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

Shades of Earls Green #BCB014

Tints of Earls Green #BCB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.83%

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

R = 48.96%
G = 45.83%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCB014 (or 0xBCB014) is known color: Earls Green. HEX triplet: BC, B0 and 14. RGB value is (188,176,20). Sum of RGB (Red+Green+Blue) = 188+176+20=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB014 is #434FEB. Grayscale: #A2A2A2. Windows color (decimal): -4411372 or 1355964. OLE color: 1355964.

HSL color Cylindrical-coordinate representation of color #BCB014: hue angle of 55.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCB014 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 20 -
CMYK 0 0.06 0.89 0.26
HSL 55.71º 0.81% 0.41% -
HSV(B) 55.71º 0.89% 0.74% -
XYZ 36.39 41.79 6.81 -
YUV 161.8 47.98 146.68 -
System Red Green Blue C M Y K H S L
Decimal 188 176 20 0 0.06 0.89 0.26 55.71 0.81 0.41
Hex BC B0 14 0 6 59 1A 38 51 29
Octal 274 260 24 0 6 131 32 70 121 51
Binary 10111100 10110000 10100 0 110 1011001 11010 111000 1010001 101001

Color Harmonies of #BCB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB014

Black with #BCB014

Text Example


Text Example

White with #BCB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB014; }

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

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

background-color css

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

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

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

border-color css

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

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

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