Html Css Color HEX #BDB425 Earls Green

📋 copy color: '#BDB425'

red 189 ◦ green 180 ◦ blue 37

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

Shades of Earls Green #BDB425

Tints of Earls Green #BDB425

RGB

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

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

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

R = 46.55%
G = 44.33%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB425 (or 0xBDB425) is known color: Earls Green. HEX triplet: BD, B4 and 25. RGB value is (189,180,37). Sum of RGB (Red+Green+Blue) = 189+180+37=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB425 is #424BDA. Grayscale: #A6A6A6. Windows color (decimal): -4344795 or 2471101. OLE color: 2471101.

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

Color convert

RGB 189 180 37 -
CMYK 0 0.05 0.80 0.26
HSL 56.45º 0.67% 0.44% -
HSV(B) 56.45º 0.8% 0.74% -
XYZ 37.64 43.59 8.18 -
YUV 166.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 189 180 37 0 0.05 0.80 0.26 56.45 0.67 0.44
Hex BD B4 25 0 5 50 1A 38 43 2C
Octal 275 264 45 0 5 120 32 70 103 54
Binary 10111101 10110100 100101 0 101 1010000 11010 111000 1000011 101100

Color Harmonies of #BDB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB425

Black with #BDB425

Text Example


Text Example

White with #BDB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB425; }

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

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

background-color css

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

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

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

border-color css

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

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

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