Html Css Color HEX #BDB329 Earls Green

📋 copy color: '#BDB329'

red 189 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #BDB329

Tints of Earls Green #BDB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

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

R = 46.21%
G = 43.77%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB329 (or 0xBDB329) is known color: Earls Green. HEX triplet: BD, B3 and 29. RGB value is (189,179,41). Sum of RGB (Red+Green+Blue) = 189+179+41=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB329 is #424CD6. Grayscale: #A6A6A6. Windows color (decimal): -4345047 or 2732989. OLE color: 2732989.

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

Color convert

RGB 189 179 41 -
CMYK 0 0.05 0.78 0.26
HSL 55.95º 0.64% 0.45% -
HSV(B) 55.95º 0.78% 0.74% -
XYZ 37.51 43.22 8.46 -
YUV 166.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 189 179 41 0 0.05 0.78 0.26 55.95 0.64 0.45
Hex BD B3 29 0 5 4E 1A 38 40 2D
Octal 275 263 51 0 5 116 32 70 100 55
Binary 10111101 10110011 101001 0 101 1001110 11010 111000 1000000 101101

Color Harmonies of #BDB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB329

Black with #BDB329

Text Example


Text Example

White with #BDB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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