Html Css Color HEX #BDB025 Earls Green

📋 copy color: '#BDB025'

red 189 ◦ green 176 ◦ blue 37

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

Shades of Earls Green #BDB025

Tints of Earls Green #BDB025

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

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

R = 47.01%
G = 43.78%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB025 (or 0xBDB025) is known color: Earls Green. HEX triplet: BD, B0 and 25. RGB value is (189,176,37). Sum of RGB (Red+Green+Blue) = 189+176+37=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB025 is #424FDA. Grayscale: #A4A4A4. Windows color (decimal): -4345819 or 2470077. OLE color: 2470077.

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

Color convert

RGB 189 176 37 -
CMYK 0 0.07 0.80 0.26
HSL 54.87º 0.67% 0.44% -
HSV(B) 54.87º 0.8% 0.74% -
XYZ 36.85 42 7.92 -
YUV 164.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 189 176 37 0 0.07 0.80 0.26 54.87 0.67 0.44
Hex BD B0 25 0 7 50 1A 37 43 2C
Octal 275 260 45 0 7 120 32 67 103 54
Binary 10111101 10110000 100101 0 111 1010000 11010 110111 1000011 101100

Color Harmonies of #BDB025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB025

Black with #BDB025

Text Example


Text Example

White with #BDB025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB025; }

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

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

background-color css

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

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

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

border-color css

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

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

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