Html Css Color HEX #BCA82C Earls Green

📋 copy color: '#BCA82C'

red 188 ◦ green 168 ◦ blue 44

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

Shades of Earls Green #BCA82C

Tints of Earls Green #BCA82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42%

 BLUE value IS 44 (17.58% from 255) = 11%

R = 47%
G = 42%
B = 11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCA82C (or 0xBCA82C) is known color: Earls Green. HEX triplet: BC, A8 and 2C. RGB value is (188,168,44). Sum of RGB (Red+Green+Blue) = 188+168+44=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA82C is #4357D3. Grayscale: #A0A0A0. Windows color (decimal): -4413396 or 2926780. OLE color: 2926780.

HSL color Cylindrical-coordinate representation of color #BCA82C: hue angle of 51.67º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCA82C is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 44 -
CMYK 0 0.11 0.77 0.26
HSL 51.67º 0.62% 0.45% -
HSV(B) 51.67º 0.77% 0.74% -
XYZ 35.2 38.88 8.03 -
YUV 159.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 188 168 44 0 0.11 0.77 0.26 51.67 0.62 0.45
Hex BC A8 2C 0 B 4D 1A 34 3E 2D
Octal 274 250 54 0 13 115 32 64 76 55
Binary 10111100 10101000 101100 0 1011 1001101 11010 110100 111110 101101

Color Harmonies of #BCA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA82C

Black with #BCA82C

Text Example


Text Example

White with #BCA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA82C; }

 p { color: rgb(188,168,44); }

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

background-color css

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

 a { background-color: rgb(188,168,44); }

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

border-color css

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

 span { border-color: rgb(188,168,44); }

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