Html Css Color HEX #BDB018 Earls Green

📋 copy color: '#BDB018'

red 189 ◦ green 176 ◦ blue 24

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

Shades of Earls Green #BDB018

Tints of Earls Green #BDB018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.24%

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

R = 48.59%
G = 45.24%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB018 (or 0xBDB018) is known color: Earls Green. HEX triplet: BD, B0 and 18. RGB value is (189,176,24). Sum of RGB (Red+Green+Blue) = 189+176+24=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB018 is #424FE7. Grayscale: #A3A3A3. Windows color (decimal): -4345832 or 1618109. OLE color: 1618109.

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

Color convert

RGB 189 176 24 -
CMYK 0 0.07 0.87 0.26
HSL 55.27º 0.77% 0.42% -
HSV(B) 55.27º 0.87% 0.74% -
XYZ 36.68 41.94 7.03 -
YUV 162.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 189 176 24 0 0.07 0.87 0.26 55.27 0.77 0.42
Hex BD B0 18 0 7 57 1A 37 4D 2A
Octal 275 260 30 0 7 127 32 67 115 52
Binary 10111101 10110000 11000 0 111 1010111 11010 110111 1001101 101010

Color Harmonies of #BDB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB018

Black with #BDB018

Text Example


Text Example

White with #BDB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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