Html Css Color HEX #BDB219 Earls Green

📋 copy color: '#BDB219'

red 189 ◦ green 178 ◦ blue 25

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

Shades of Earls Green #BDB219

Tints of Earls Green #BDB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.41%

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

R = 48.21%
G = 45.41%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB219 (or 0xBDB219) is known color: Earls Green. HEX triplet: BD, B2 and 19. RGB value is (189,178,25). Sum of RGB (Red+Green+Blue) = 189+178+25=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB219 is #424DE6. Grayscale: #A4A4A4. Windows color (decimal): -4345319 or 1684157. OLE color: 1684157.

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

Color convert

RGB 189 178 25 -
CMYK 0 0.06 0.87 0.26
HSL 55.98º 0.77% 0.42% -
HSV(B) 55.98º 0.87% 0.74% -
XYZ 37.08 42.73 7.21 -
YUV 163.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 189 178 25 0 0.06 0.87 0.26 55.98 0.77 0.42
Hex BD B2 19 0 6 57 1A 38 4D 2A
Octal 275 262 31 0 6 127 32 70 115 52
Binary 10111101 10110010 11001 0 110 1010111 11010 111000 1001101 101010

Color Harmonies of #BDB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB219

Black with #BDB219

Text Example


Text Example

White with #BDB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB219; }

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

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

background-color css

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

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

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

border-color css

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

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

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