Html Css Color HEX #BDB728 Earls Green

📋 copy color: '#BDB728'

red 189 ◦ green 183 ◦ blue 40

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

Shades of Earls Green #BDB728

Tints of Earls Green #BDB728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.42%

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

R = 45.87%
G = 44.42%
B = 9.71%

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

#BDB728 (or 0xBDB728) is known color: Earls Green. HEX triplet: BD, B7 and 28. RGB value is (189,183,40). Sum of RGB (Red+Green+Blue) = 189+183+40=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB728 is #4248D7. Grayscale: #A9A9A9. Windows color (decimal): -4344024 or 2668477. OLE color: 2668477.

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

Color convert

RGB 189 183 40 -
CMYK 0 0.03 0.79 0.26
HSL 57.58º 0.65% 0.45% -
HSV(B) 57.58º 0.79% 0.74% -
XYZ 38.3 44.84 8.64 -
YUV 168.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 189 183 40 0 0.03 0.79 0.26 57.58 0.65 0.45
Hex BD B7 28 0 3 4F 1A 3A 41 2D
Octal 275 267 50 0 3 117 32 72 101 55
Binary 10111101 10110111 101000 0 11 1001111 11010 111010 1000001 101101

Color Harmonies of #BDB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB728

Black with #BDB728

Text Example


Text Example

White with #BDB728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB728; }

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

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

background-color css

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

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

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

border-color css

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

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

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