Html Css Color HEX #BDB527 Earls Green

📋 copy color: '#BDB527'

red 189 ◦ green 181 ◦ blue 39

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

Shades of Earls Green #BDB527

Tints of Earls Green #BDB527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 46.21%
G = 44.25%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB527 (or 0xBDB527) is known color: Earls Green. HEX triplet: BD, B5 and 27. RGB value is (189,181,39). Sum of RGB (Red+Green+Blue) = 189+181+39=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB527 is #424AD8. Grayscale: #A7A7A7. Windows color (decimal): -4344537 or 2602429. OLE color: 2602429.

HSL color Cylindrical-coordinate representation of color #BDB527: hue angle of 56.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDB527 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 39 -
CMYK 0 0.04 0.79 0.26
HSL 56.8º 0.66% 0.45% -
HSV(B) 56.8º 0.79% 0.74% -
XYZ 37.88 44.01 8.42 -
YUV 167.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 189 181 39 0 0.04 0.79 0.26 56.8 0.66 0.45
Hex BD B5 27 0 4 4F 1A 39 42 2D
Octal 275 265 47 0 4 117 32 71 102 55
Binary 10111101 10110101 100111 0 100 1001111 11010 111001 1000010 101101

Color Harmonies of #BDB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB527

Black with #BDB527

Text Example


Text Example

White with #BDB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB527; }

 p { color: rgb(189,181,39); }

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

background-color css

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

 a { background-color: rgb(189,181,39); }

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

border-color css

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

 span { border-color: rgb(189,181,39); }

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