Html Css Color HEX #BDB225 Earls Green

📋 copy color: '#BDB225'

red 189 ◦ green 178 ◦ blue 37

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

Shades of Earls Green #BDB225

Tints of Earls Green #BDB225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

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

R = 46.78%
G = 44.06%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB225 (or 0xBDB225) is known color: Earls Green. HEX triplet: BD, B2 and 25. RGB value is (189,178,37). Sum of RGB (Red+Green+Blue) = 189+178+37=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB225 is #424DDA. Grayscale: #A5A5A5. Windows color (decimal): -4345307 or 2470589. OLE color: 2470589.

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

Color convert

RGB 189 178 37 -
CMYK 0 0.06 0.80 0.26
HSL 55.66º 0.67% 0.44% -
HSV(B) 55.66º 0.8% 0.74% -
XYZ 37.24 42.79 8.05 -
YUV 165.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 189 178 37 0 0.06 0.80 0.26 55.66 0.67 0.44
Hex BD B2 25 0 6 50 1A 38 43 2C
Octal 275 262 45 0 6 120 32 70 103 54
Binary 10111101 10110010 100101 0 110 1010000 11010 111000 1000011 101100

Color Harmonies of #BDB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB225

Black with #BDB225

Text Example


Text Example

White with #BDB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB225; }

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

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

background-color css

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

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

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

border-color css

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

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

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