Html Css Color HEX #BCA322 Earls Green

📋 copy color: '#BCA322'

red 188 ◦ green 163 ◦ blue 34

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

Shades of Earls Green #BCA322

Tints of Earls Green #BCA322

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.34%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 48.83%
G = 42.34%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BCA322 (or 0xBCA322) is known color: Earls Green. HEX triplet: BC, A3 and 22. RGB value is (188,163,34). Sum of RGB (Red+Green+Blue) = 188+163+34=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA322 is #435CDD. Grayscale: #9C9C9C. Windows color (decimal): -4414686 or 2270140. OLE color: 2270140.

HSL color Cylindrical-coordinate representation of color #BCA322: hue angle of 50.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCA322 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 34 -
CMYK 0 0.13 0.82 0.26
HSL 50.26º 0.69% 0.44% -
HSV(B) 50.26º 0.82% 0.74% -
XYZ 34.12 37 6.86 -
YUV 155.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 188 163 34 0 0.13 0.82 0.26 50.26 0.69 0.44
Hex BC A3 22 0 D 52 1A 32 45 2C
Octal 274 243 42 0 15 122 32 62 105 54
Binary 10111100 10100011 100010 0 1101 1010010 11010 110010 1000101 101100

Color Harmonies of #BCA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA322

Black with #BCA322

Text Example


Text Example

White with #BCA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA322; }

 p { color: rgb(188,163,34); }

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

background-color css

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

 a { background-color: rgb(188,163,34); }

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

border-color css

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

 span { border-color: rgb(188,163,34); }

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