Html Css Color HEX #BDA618 Earls Green

📋 copy color: '#BDA618'

red 189 ◦ green 166 ◦ blue 24

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

Shades of Earls Green #BDA618

Tints of Earls Green #BDA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 24 (9.77% from 255) = 6.33%

R = 49.87%
G = 43.8%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDA618 (or 0xBDA618) is known color: Earls Green. HEX triplet: BD, A6 and 18. RGB value is (189,166,24). Sum of RGB (Red+Green+Blue) = 189+166+24=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA618 is #4259E7. Grayscale: #9D9D9D. Windows color (decimal): -4348392 or 1615549. OLE color: 1615549.

HSL color Cylindrical-coordinate representation of color #BDA618: hue angle of 51.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDA618 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 24 -
CMYK 0 0.12 0.87 0.26
HSL 51.64º 0.77% 0.42% -
HSV(B) 51.64º 0.87% 0.74% -
XYZ 34.79 38.16 6.4 -
YUV 156.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 189 166 24 0 0.12 0.87 0.26 51.64 0.77 0.42
Hex BD A6 18 0 C 57 1A 34 4D 2A
Octal 275 246 30 0 14 127 32 64 115 52
Binary 10111101 10100110 11000 0 1100 1010111 11010 110100 1001101 101010

Color Harmonies of #BDA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA618

Black with #BDA618

Text Example


Text Example

White with #BDA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA618; }

 p { color: rgb(189,166,24); }

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

background-color css

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

 a { background-color: rgb(189,166,24); }

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

border-color css

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

 span { border-color: rgb(189,166,24); }

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