Html Css Color HEX #BDB419 Earls Green

📋 copy color: '#BDB419'

red 189 ◦ green 180 ◦ blue 25

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

Shades of Earls Green #BDB419

Tints of Earls Green #BDB419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.69%

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

R = 47.97%
G = 45.69%
B = 6.35%

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

#BDB419 (or 0xBDB419) is known color: Earls Green. HEX triplet: BD, B4 and 19. RGB value is (189,180,25). Sum of RGB (Red+Green+Blue) = 189+180+25=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 180 (70.70% from 255 or 45.69% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB419 is #424BE6. Grayscale: #A5A5A5. Windows color (decimal): -4344807 or 1684669. OLE color: 1684669.

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

Color convert

RGB 189 180 25 -
CMYK 0 0.05 0.87 0.26
HSL 56.71º 0.77% 0.42% -
HSV(B) 56.71º 0.87% 0.74% -
XYZ 37.48 43.53 7.35 -
YUV 165.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 189 180 25 0 0.05 0.87 0.26 56.71 0.77 0.42
Hex BD B4 19 0 5 57 1A 39 4D 2A
Octal 275 264 31 0 5 127 32 71 115 52
Binary 10111101 10110100 11001 0 101 1010111 11010 111001 1001101 101010

Color Harmonies of #BDB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB419

Black with #BDB419

Text Example


Text Example

White with #BDB419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB419; }

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

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

background-color css

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

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

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

border-color css

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

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

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