Html Css Color HEX #BDB322 Earls Green

📋 copy color: '#BDB322'

red 189 ◦ green 179 ◦ blue 34

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

Shades of Earls Green #BDB322

Tints of Earls Green #BDB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.46%

R = 47.01%
G = 44.53%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDB322 (or 0xBDB322) is known color: Earls Green. HEX triplet: BD, B3 and 22. RGB value is (189,179,34). Sum of RGB (Red+Green+Blue) = 189+179+34=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB322 is #424CDD. Grayscale: #A6A6A6. Windows color (decimal): -4345054 or 2274237. OLE color: 2274237.

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

Color convert

RGB 189 179 34 -
CMYK 0 0.05 0.82 0.26
HSL 56.13º 0.7% 0.44% -
HSV(B) 56.13º 0.82% 0.74% -
XYZ 37.4 43.17 7.88 -
YUV 165.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 189 179 34 0 0.05 0.82 0.26 56.13 0.7 0.44
Hex BD B3 22 0 5 52 1A 38 46 2C
Octal 275 263 42 0 5 122 32 70 106 54
Binary 10111101 10110011 100010 0 101 1010010 11010 111000 1000110 101100

Color Harmonies of #BDB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB322

Black with #BDB322

Text Example


Text Example

White with #BDB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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