Html Css Color HEX #BDB428 Earls Green

📋 copy color: '#BDB428'

red 189 ◦ green 180 ◦ blue 40

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

Shades of Earls Green #BDB428

Tints of Earls Green #BDB428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.78%

R = 46.21%
G = 44.01%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB428 (or 0xBDB428) is known color: Earls Green. HEX triplet: BD, B4 and 28. RGB value is (189,180,40). Sum of RGB (Red+Green+Blue) = 189+180+40=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB428 is #424BD7. Grayscale: #A7A7A7. Windows color (decimal): -4344792 or 2667709. OLE color: 2667709.

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

Color convert

RGB 189 180 40 -
CMYK 0 0.05 0.79 0.26
HSL 56.38º 0.65% 0.45% -
HSV(B) 56.38º 0.79% 0.74% -
XYZ 37.69 43.61 8.44 -
YUV 166.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 189 180 40 0 0.05 0.79 0.26 56.38 0.65 0.45
Hex BD B4 28 0 5 4F 1A 38 41 2D
Octal 275 264 50 0 5 117 32 70 101 55
Binary 10111101 10110100 101000 0 101 1001111 11010 111000 1000001 101101

Color Harmonies of #BDB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB428

Black with #BDB428

Text Example


Text Example

White with #BDB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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