Html Css Color HEX #BDA526 Earls Green

📋 copy color: '#BDA526'

red 189 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #BDA526

Tints of Earls Green #BDA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 38 (15.23% from 255) = 9.69%

R = 48.21%
G = 42.09%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDA526 (or 0xBDA526) is known color: Earls Green. HEX triplet: BD, A5 and 26. RGB value is (189,165,38). Sum of RGB (Red+Green+Blue) = 189+165+38=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA526 is #425AD9. Grayscale: #9E9E9E. Windows color (decimal): -4348634 or 2532797. OLE color: 2532797.

HSL color Cylindrical-coordinate representation of color #BDA526: hue angle of 50.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDA526 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 38 -
CMYK 0 0.13 0.80 0.26
HSL 50.46º 0.67% 0.45% -
HSV(B) 50.46º 0.8% 0.74% -
XYZ 34.79 37.87 7.31 -
YUV 157.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 189 165 38 0 0.13 0.80 0.26 50.46 0.67 0.45
Hex BD A5 26 0 D 50 1A 32 43 2D
Octal 275 245 46 0 15 120 32 62 103 55
Binary 10111101 10100101 100110 0 1101 1010000 11010 110010 1000011 101101

Color Harmonies of #BDA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA526

Black with #BDA526

Text Example


Text Example

White with #BDA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA526; }

 p { color: rgb(189,165,38); }

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

background-color css

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

 a { background-color: rgb(189,165,38); }

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

border-color css

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

 span { border-color: rgb(189,165,38); }

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