Html Css Color HEX #BDA226 Earls Green

📋 copy color: '#BDA226'

red 189 ◦ green 162 ◦ blue 38

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

Shades of Earls Green #BDA226

Tints of Earls Green #BDA226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.65%

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

R = 48.59%
G = 41.65%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDA226 (or 0xBDA226) is known color: Earls Green. HEX triplet: BD, A2 and 26. RGB value is (189,162,38). Sum of RGB (Red+Green+Blue) = 189+162+38=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA226 is #425DD9. Grayscale: #9C9C9C. Windows color (decimal): -4349402 or 2532029. OLE color: 2532029.

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

Color convert

RGB 189 162 38 -
CMYK 0 0.14 0.80 0.26
HSL 49.27º 0.67% 0.45% -
HSV(B) 49.27º 0.8% 0.74% -
XYZ 34.26 36.8 7.13 -
YUV 155.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 189 162 38 0 0.14 0.80 0.26 49.27 0.67 0.45
Hex BD A2 26 0 E 50 1A 31 43 2D
Octal 275 242 46 0 16 120 32 61 103 55
Binary 10111101 10100010 100110 0 1110 1010000 11010 110001 1000011 101101

Color Harmonies of #BDA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA226

Black with #BDA226

Text Example


Text Example

White with #BDA226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA226; }

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

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

background-color css

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

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

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

border-color css

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

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

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