Html Css Color HEX #BDA326 Earls Green

📋 copy color: '#BDA326'

red 189 ◦ green 163 ◦ blue 38

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

Shades of Earls Green #BDA326

Tints of Earls Green #BDA326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

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

R = 48.46%
G = 41.79%
B = 9.74%

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

#BDA326 (or 0xBDA326) is known color: Earls Green. HEX triplet: BD, A3 and 26. RGB value is (189,163,38). Sum of RGB (Red+Green+Blue) = 189+163+38=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA326 is #425CD9. Grayscale: #9D9D9D. Windows color (decimal): -4349146 or 2532285. OLE color: 2532285.

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

Color convert

RGB 189 163 38 -
CMYK 0 0.14 0.80 0.26
HSL 49.67º 0.67% 0.45% -
HSV(B) 49.67º 0.8% 0.74% -
XYZ 34.43 37.15 7.19 -
YUV 156.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 189 163 38 0 0.14 0.80 0.26 49.67 0.67 0.45
Hex BD A3 26 0 E 50 1A 32 43 2D
Octal 275 243 46 0 16 120 32 62 103 55
Binary 10111101 10100011 100110 0 1110 1010000 11010 110010 1000011 101101

Color Harmonies of #BDA326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA326

Black with #BDA326

Text Example


Text Example

White with #BDA326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA326; }

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

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

background-color css

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

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

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

border-color css

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

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

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