Html Css Color HEX #BDB013 Earls Green

📋 copy color: '#BDB013'

red 189 ◦ green 176 ◦ blue 19

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

Shades of Earls Green #BDB013

Tints of Earls Green #BDB013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 49.22%
G = 45.83%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDB013 (or 0xBDB013) is known color: Earls Green. HEX triplet: BD, B0 and 13. RGB value is (189,176,19). Sum of RGB (Red+Green+Blue) = 189+176+19=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB013 is #424FEC. Grayscale: #A2A2A2. Windows color (decimal): -4345837 or 1290429. OLE color: 1290429.

HSL color Cylindrical-coordinate representation of color #BDB013: hue angle of 55.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB013 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 19 -
CMYK 0 0.07 0.90 0.26
HSL 55.41º 0.82% 0.41% -
HSV(B) 55.41º 0.9% 0.74% -
XYZ 36.63 41.92 6.78 -
YUV 161.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 189 176 19 0 0.07 0.90 0.26 55.41 0.82 0.41
Hex BD B0 13 0 7 5A 1A 37 52 29
Octal 275 260 23 0 7 132 32 67 122 51
Binary 10111101 10110000 10011 0 111 1011010 11010 110111 1010010 101001

Color Harmonies of #BDB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB013

Black with #BDB013

Text Example


Text Example

White with #BDB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB013; }

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

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

background-color css

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

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

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

border-color css

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

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

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