Html Css Color HEX #BDB114 Earls Green

📋 copy color: '#BDB114'

red 189 ◦ green 177 ◦ blue 20

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

Shades of Earls Green #BDB114

Tints of Earls Green #BDB114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 48.96%
G = 45.85%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BDB114 (or 0xBDB114) is known color: Earls Green. HEX triplet: BD, B1 and 14. RGB value is (189,177,20). Sum of RGB (Red+Green+Blue) = 189+177+20=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB114 is #424EEB. Grayscale: #A3A3A3. Windows color (decimal): -4345580 or 1356221. OLE color: 1356221.

HSL color Cylindrical-coordinate representation of color #BDB114: hue angle of 55.74º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB114 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 20 -
CMYK 0 0.06 0.89 0.26
HSL 55.74º 0.81% 0.41% -
HSV(B) 55.74º 0.89% 0.74% -
XYZ 36.83 42.31 6.89 -
YUV 162.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 189 177 20 0 0.06 0.89 0.26 55.74 0.81 0.41
Hex BD B1 14 0 6 59 1A 38 51 29
Octal 275 261 24 0 6 131 32 70 121 51
Binary 10111101 10110001 10100 0 110 1011001 11010 111000 1010001 101001

Color Harmonies of #BDB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB114

Black with #BDB114

Text Example


Text Example

White with #BDB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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