Html Css Color HEX #BDA229 Earls Green

📋 copy color: '#BDA229'

red 189 ◦ green 162 ◦ blue 41

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

Shades of Earls Green #BDA229

Tints of Earls Green #BDA229

RGB

 RED value IS 189 (74.22% from 255) = 48.21%

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

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

R = 48.21%
G = 41.33%
B = 10.46%

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

#BDA229 (or 0xBDA229) is known color: Earls Green. HEX triplet: BD, A2 and 29. RGB value is (189,162,41). Sum of RGB (Red+Green+Blue) = 189+162+41=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA229 is #425DD6. Grayscale: #9C9C9C. Windows color (decimal): -4349399 or 2728637. OLE color: 2728637.

HSL color Cylindrical-coordinate representation of color #BDA229: hue angle of 49.05º 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 #BDA229 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 162 41 -
CMYK 0 0.14 0.78 0.26
HSL 49.05º 0.64% 0.45% -
HSV(B) 49.05º 0.78% 0.74% -
XYZ 34.31 36.82 7.4 -
YUV 156.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 189 162 41 0 0.14 0.78 0.26 49.05 0.64 0.45
Hex BD A2 29 0 E 4E 1A 31 40 2D
Octal 275 242 51 0 16 116 32 61 100 55
Binary 10111101 10100010 101001 0 1110 1001110 11010 110001 1000000 101101

Color Harmonies of #BDA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA229

Black with #BDA229

Text Example


Text Example

White with #BDA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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