Html Css Color HEX #BDB319 Earls Green

📋 copy color: '#BDB319'

red 189 ◦ green 179 ◦ blue 25

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

Shades of Earls Green #BDB319

Tints of Earls Green #BDB319

RGB

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

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

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

R = 48.09%
G = 45.55%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB319 (or 0xBDB319) is known color: Earls Green. HEX triplet: BD, B3 and 19. RGB value is (189,179,25). Sum of RGB (Red+Green+Blue) = 189+179+25=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB319 is #424CE6. Grayscale: #A5A5A5. Windows color (decimal): -4345063 or 1684413. OLE color: 1684413.

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

Color convert

RGB 189 179 25 -
CMYK 0 0.05 0.87 0.26
HSL 56.34º 0.77% 0.42% -
HSV(B) 56.34º 0.87% 0.74% -
XYZ 37.28 43.13 7.28 -
YUV 164.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 189 179 25 0 0.05 0.87 0.26 56.34 0.77 0.42
Hex BD B3 19 0 5 57 1A 38 4D 2A
Octal 275 263 31 0 5 127 32 70 115 52
Binary 10111101 10110011 11001 0 101 1010111 11010 111000 1001101 101010

Color Harmonies of #BDB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB319

Black with #BDB319

Text Example


Text Example

White with #BDB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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