Html Css Color HEX #BDB424 Earls Green

📋 copy color: '#BDB424'

red 189 ◦ green 180 ◦ blue 36

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

Shades of Earls Green #BDB424

Tints of Earls Green #BDB424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 46.67%
G = 44.44%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB424 (or 0xBDB424) is known color: Earls Green. HEX triplet: BD, B4 and 24. RGB value is (189,180,36). Sum of RGB (Red+Green+Blue) = 189+180+36=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB424 is #424BDB. Grayscale: #A6A6A6. Windows color (decimal): -4344796 or 2405565. OLE color: 2405565.

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

Color convert

RGB 189 180 36 -
CMYK 0 0.05 0.81 0.26
HSL 56.47º 0.68% 0.44% -
HSV(B) 56.47º 0.81% 0.74% -
XYZ 37.63 43.59 8.1 -
YUV 166.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 189 180 36 0 0.05 0.81 0.26 56.47 0.68 0.44
Hex BD B4 24 0 5 51 1A 38 44 2C
Octal 275 264 44 0 5 121 32 70 104 54
Binary 10111101 10110100 100100 0 101 1010001 11010 111000 1000100 101100

Color Harmonies of #BDB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB424

Black with #BDB424

Text Example


Text Example

White with #BDB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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