Html Css Color HEX #BDB725 Earls Green

📋 copy color: '#BDB725'

red 189 ◦ green 183 ◦ blue 37

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

Shades of Earls Green #BDB725

Tints of Earls Green #BDB725

RGB

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

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

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

R = 46.21%
G = 44.74%
B = 9.05%

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

#BDB725 (or 0xBDB725) is known color: Earls Green. HEX triplet: BD, B7 and 25. RGB value is (189,183,37). Sum of RGB (Red+Green+Blue) = 189+183+37=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB725 is #4248DA. Grayscale: #A8A8A8. Windows color (decimal): -4344027 or 2471869. OLE color: 2471869.

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

Color convert

RGB 189 183 37 -
CMYK 0 0.03 0.80 0.26
HSL 57.63º 0.67% 0.44% -
HSV(B) 57.63º 0.8% 0.74% -
XYZ 38.25 44.82 8.39 -
YUV 168.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 189 183 37 0 0.03 0.80 0.26 57.63 0.67 0.44
Hex BD B7 25 0 3 50 1A 3A 43 2C
Octal 275 267 45 0 3 120 32 72 103 54
Binary 10111101 10110111 100101 0 11 1010000 11010 111010 1000011 101100

Color Harmonies of #BDB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB725

Black with #BDB725

Text Example


Text Example

White with #BDB725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB725; }

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

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

background-color css

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

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

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

border-color css

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

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

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