Html Css Color HEX #BDB523 Earls Green

📋 copy color: '#BDB523'

red 189 ◦ green 181 ◦ blue 35

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

Shades of Earls Green #BDB523

Tints of Earls Green #BDB523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.64%

R = 46.67%
G = 44.69%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB523 (or 0xBDB523) is known color: Earls Green. HEX triplet: BD, B5 and 23. RGB value is (189,181,35). Sum of RGB (Red+Green+Blue) = 189+181+35=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB523 is #424ADC. Grayscale: #A7A7A7. Windows color (decimal): -4344541 or 2340285. OLE color: 2340285.

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

Color convert

RGB 189 181 35 -
CMYK 0 0.04 0.81 0.26
HSL 56.88º 0.69% 0.44% -
HSV(B) 56.88º 0.81% 0.74% -
XYZ 37.81 43.99 8.09 -
YUV 166.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 189 181 35 0 0.04 0.81 0.26 56.88 0.69 0.44
Hex BD B5 23 0 4 51 1A 39 45 2C
Octal 275 265 43 0 4 121 32 71 105 54
Binary 10111101 10110101 100011 0 100 1010001 11010 111001 1000101 101100

Color Harmonies of #BDB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB523

Black with #BDB523

Text Example


Text Example

White with #BDB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB523; }

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

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

background-color css

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

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

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

border-color css

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

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

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