Html Css Color HEX #BDB429 Earls Green

📋 copy color: '#BDB429'

red 189 ◦ green 180 ◦ blue 41

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

Shades of Earls Green #BDB429

Tints of Earls Green #BDB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

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

R = 46.1%
G = 43.9%
B = 10%

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

#BDB429 (or 0xBDB429) is known color: Earls Green. HEX triplet: BD, B4 and 29. RGB value is (189,180,41). Sum of RGB (Red+Green+Blue) = 189+180+41=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB429 is #424BD6. Grayscale: #A7A7A7. Windows color (decimal): -4344791 or 2733245. OLE color: 2733245.

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

Color convert

RGB 189 180 41 -
CMYK 0 0.05 0.78 0.26
HSL 56.35º 0.64% 0.45% -
HSV(B) 56.35º 0.78% 0.74% -
XYZ 37.71 43.62 8.53 -
YUV 166.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 189 180 41 0 0.05 0.78 0.26 56.35 0.64 0.45
Hex BD B4 29 0 5 4E 1A 38 40 2D
Octal 275 264 51 0 5 116 32 70 100 55
Binary 10111101 10110100 101001 0 101 1001110 11010 111000 1000000 101101

Color Harmonies of #BDB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB429

Black with #BDB429

Text Example


Text Example

White with #BDB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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