Html Css Color HEX #BCA229 Earls Green

📋 copy color: '#BCA229'

red 188 ◦ green 162 ◦ blue 41

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

Shades of Earls Green #BCA229

Tints of Earls Green #BCA229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.43%

 BLUE value IS 41 (16.41% from 255) = 10.49%

R = 48.08%
G = 41.43%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCA229 (or 0xBCA229) is known color: Earls Green. HEX triplet: BC, A2 and 29. RGB value is (188,162,41). Sum of RGB (Red+Green+Blue) = 188+162+41=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA229 is #435DD6. Grayscale: #9C9C9C. Windows color (decimal): -4414935 or 2728636. OLE color: 2728636.

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

Color convert

RGB 188 162 41 -
CMYK 0 0.14 0.78 0.26
HSL 49.39º 0.64% 0.45% -
HSV(B) 49.39º 0.78% 0.74% -
XYZ 34.06 36.69 7.38 -
YUV 155.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 188 162 41 0 0.14 0.78 0.26 49.39 0.64 0.45
Hex BC A2 29 0 E 4E 1A 31 40 2D
Octal 274 242 51 0 16 116 32 61 100 55
Binary 10111100 10100010 101001 0 1110 1001110 11010 110001 1000000 101101

Color Harmonies of #BCA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA229

Black with #BCA229

Text Example


Text Example

White with #BCA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA229; }

 p { color: rgb(188,162,41); }

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

background-color css

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

 a { background-color: rgb(188,162,41); }

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

border-color css

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

 span { border-color: rgb(188,162,41); }

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