Html Css Color HEX #BDB317 Earls Green

📋 copy color: '#BDB317'

red 189 ◦ green 179 ◦ blue 23

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

Shades of Earls Green #BDB317

Tints of Earls Green #BDB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

 BLUE value IS 23 (9.38% from 255) = 5.88%

R = 48.34%
G = 45.78%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB317 (or 0xBDB317) is known color: Earls Green. HEX triplet: BD, B3 and 17. RGB value is (189,179,23). Sum of RGB (Red+Green+Blue) = 189+179+23=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB317 is #424CE8. Grayscale: #A4A4A4. Windows color (decimal): -4345065 or 1553341. OLE color: 1553341.

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

Color convert

RGB 189 179 23 -
CMYK 0 0.05 0.88 0.26
HSL 56.39º 0.78% 0.42% -
HSV(B) 56.39º 0.88% 0.74% -
XYZ 37.26 43.12 7.17 -
YUV 164.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 189 179 23 0 0.05 0.88 0.26 56.39 0.78 0.42
Hex BD B3 17 0 5 58 1A 38 4E 2A
Octal 275 263 27 0 5 130 32 70 116 52
Binary 10111101 10110011 10111 0 101 1011000 11010 111000 1001110 101010

Color Harmonies of #BDB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB317

Black with #BDB317

Text Example


Text Example

White with #BDB317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB317; }

 p { color: rgb(189,179,23); }

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

background-color css

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

 a { background-color: rgb(189,179,23); }

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

border-color css

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

 span { border-color: rgb(189,179,23); }

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