Html Css Color HEX #BDB82A Earls Green

📋 copy color: '#BDB82A'

red 189 ◦ green 184 ◦ blue 42

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

Shades of Earls Green #BDB82A

Tints of Earls Green #BDB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.34%

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 45.54%
G = 44.34%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB82A (or 0xBDB82A) is known color: Earls Green. HEX triplet: BD, B8 and 2A. RGB value is (189,184,42). Sum of RGB (Red+Green+Blue) = 189+184+42=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB82A is #4247D5. Grayscale: #A9A9A9. Windows color (decimal): -4343766 or 2799805. OLE color: 2799805.

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

Color convert

RGB 189 184 42 -
CMYK 0 0.03 0.78 0.26
HSL 57.96º 0.64% 0.45% -
HSV(B) 57.96º 0.78% 0.74% -
XYZ 38.54 45.27 8.9 -
YUV 169.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 189 184 42 0 0.03 0.78 0.26 57.96 0.64 0.45
Hex BD B8 2A 0 3 4E 1A 3A 40 2D
Octal 275 270 52 0 3 116 32 72 100 55
Binary 10111101 10111000 101010 0 11 1001110 11010 111010 1000000 101101

Color Harmonies of #BDB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB82A

Black with #BDB82A

Text Example


Text Example

White with #BDB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB82A; }

 p { color: rgb(189,184,42); }

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

background-color css

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

 a { background-color: rgb(189,184,42); }

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

border-color css

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

 span { border-color: rgb(189,184,42); }

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