Html Css Color HEX #BDB825 Earls Green

📋 copy color: '#BDB825'

red 189 ◦ green 184 ◦ blue 37

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

Shades of Earls Green #BDB825

Tints of Earls Green #BDB825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 46.1%
G = 44.88%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB825 (or 0xBDB825) is known color: Earls Green. HEX triplet: BD, B8 and 25. RGB value is (189,184,37). Sum of RGB (Red+Green+Blue) = 189+184+37=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB825 is #4247DA. Grayscale: #A9A9A9. Windows color (decimal): -4343771 or 2472125. OLE color: 2472125.

HSL color Cylindrical-coordinate representation of color #BDB825: hue angle of 58.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDB825 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 37 -
CMYK 0 0.03 0.80 0.26
HSL 58.03º 0.67% 0.44% -
HSV(B) 58.03º 0.8% 0.74% -
XYZ 38.46 45.23 8.45 -
YUV 168.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 189 184 37 0 0.03 0.80 0.26 58.03 0.67 0.44
Hex BD B8 25 0 3 50 1A 3A 43 2C
Octal 275 270 45 0 3 120 32 72 103 54
Binary 10111101 10111000 100101 0 11 1010000 11010 111010 1000011 101100

Color Harmonies of #BDB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB825

Black with #BDB825

Text Example


Text Example

White with #BDB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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