Html Css Color HEX #BDB119 Earls Green

📋 copy color: '#BDB119'

red 189 ◦ green 177 ◦ blue 25

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

Shades of Earls Green #BDB119

Tints of Earls Green #BDB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.27%

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

R = 48.34%
G = 45.27%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB119 (or 0xBDB119) is known color: Earls Green. HEX triplet: BD, B1 and 19. RGB value is (189,177,25). Sum of RGB (Red+Green+Blue) = 189+177+25=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB119 is #424EE6. Grayscale: #A3A3A3. Windows color (decimal): -4345575 or 1683901. OLE color: 1683901.

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

Color convert

RGB 189 177 25 -
CMYK 0 0.06 0.87 0.26
HSL 55.61º 0.77% 0.42% -
HSV(B) 55.61º 0.87% 0.74% -
XYZ 36.88 42.33 7.15 -
YUV 163.26 49.98 146.36 -
System Red Green Blue C M Y K H S L
Decimal 189 177 25 0 0.06 0.87 0.26 55.61 0.77 0.42
Hex BD B1 19 0 6 57 1A 38 4D 2A
Octal 275 261 31 0 6 127 32 70 115 52
Binary 10111101 10110001 11001 0 110 1010111 11010 111000 1001101 101010

Color Harmonies of #BDB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB119

Black with #BDB119

Text Example


Text Example

White with #BDB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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