Html Css Color HEX #BDB019 Earls Green

📋 copy color: '#BDB019'

red 189 ◦ green 176 ◦ blue 25

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

Shades of Earls Green #BDB019

Tints of Earls Green #BDB019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.41%

R = 48.46%
G = 45.13%
B = 6.41%

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

#BDB019 (or 0xBDB019) is known color: Earls Green. HEX triplet: BD, B0 and 19. RGB value is (189,176,25). Sum of RGB (Red+Green+Blue) = 189+176+25=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB019 is #424FE6. Grayscale: #A3A3A3. Windows color (decimal): -4345831 or 1683645. OLE color: 1683645.

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

Color convert

RGB 189 176 25 -
CMYK 0 0.07 0.87 0.26
HSL 55.24º 0.77% 0.42% -
HSV(B) 55.24º 0.87% 0.74% -
XYZ 36.69 41.94 7.08 -
YUV 162.67 50.31 146.78 -
System Red Green Blue C M Y K H S L
Decimal 189 176 25 0 0.07 0.87 0.26 55.24 0.77 0.42
Hex BD B0 19 0 7 57 1A 37 4D 2A
Octal 275 260 31 0 7 127 32 67 115 52
Binary 10111101 10110000 11001 0 111 1010111 11010 110111 1001101 101010

Color Harmonies of #BDB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB019

Black with #BDB019

Text Example


Text Example

White with #BDB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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