Html Css Color HEX #BDB016 Earls Green

📋 copy color: '#BDB016'

red 189 ◦ green 176 ◦ blue 22

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

Shades of Earls Green #BDB016

Tints of Earls Green #BDB016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 48.84%
G = 45.48%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB016 (or 0xBDB016) is known color: Earls Green. HEX triplet: BD, B0 and 16. RGB value is (189,176,22). Sum of RGB (Red+Green+Blue) = 189+176+22=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB016 is #424FE9. Grayscale: #A2A2A2. Windows color (decimal): -4345834 or 1487037. OLE color: 1487037.

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

Color convert

RGB 189 176 22 -
CMYK 0 0.07 0.88 0.26
HSL 55.33º 0.79% 0.41% -
HSV(B) 55.33º 0.88% 0.74% -
XYZ 36.66 41.93 6.92 -
YUV 162.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 189 176 22 0 0.07 0.88 0.26 55.33 0.79 0.41
Hex BD B0 16 0 7 58 1A 37 4F 29
Octal 275 260 26 0 7 130 32 67 117 51
Binary 10111101 10110000 10110 0 111 1011000 11010 110111 1001111 101001

Color Harmonies of #BDB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB016

Black with #BDB016

Text Example


Text Example

White with #BDB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB016; }

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

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

background-color css

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

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

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

border-color css

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

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

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