Html Css Color HEX #BDB828 Earls Green

📋 copy color: '#BDB828'

red 189 ◦ green 184 ◦ blue 40

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

Shades of Earls Green #BDB828

Tints of Earls Green #BDB828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.55%

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

R = 45.76%
G = 44.55%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB828 (or 0xBDB828) is known color: Earls Green. HEX triplet: BD, B8 and 28. RGB value is (189,184,40). Sum of RGB (Red+Green+Blue) = 189+184+40=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB828 is #4247D7. Grayscale: #A9A9A9. Windows color (decimal): -4343768 or 2668733. OLE color: 2668733.

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

Color convert

RGB 189 184 40 -
CMYK 0 0.03 0.79 0.26
HSL 57.99º 0.65% 0.45% -
HSV(B) 57.99º 0.79% 0.74% -
XYZ 38.51 45.25 8.71 -
YUV 169.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 189 184 40 0 0.03 0.79 0.26 57.99 0.65 0.45
Hex BD B8 28 0 3 4F 1A 3A 41 2D
Octal 275 270 50 0 3 117 32 72 101 55
Binary 10111101 10111000 101000 0 11 1001111 11010 111010 1000001 101101

Color Harmonies of #BDB828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB828

Black with #BDB828

Text Example


Text Example

White with #BDB828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB828; }

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

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

background-color css

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

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

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

border-color css

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

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

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