Html Css Color HEX #B7A322 Earls Green

📋 copy color: '#B7A322'

red 183 ◦ green 163 ◦ blue 34

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

Shades of Earls Green #B7A322

Tints of Earls Green #B7A322

RGB

 RED value IS 183 (71.88% from 255) = 48.16%

 GREEN value IS 163 (64.06% from 255) = 42.89%

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

R = 48.16%
G = 42.89%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B7A322 (or 0xB7A322) is known color: Earls Green. HEX triplet: B7, A3 and 22. RGB value is (183,163,34). Sum of RGB (Red+Green+Blue) = 183+163+34=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A322 is #485CDD. Grayscale: #9A9A9A. Windows color (decimal): -4742366 or 2270135. OLE color: 2270135.

HSL color Cylindrical-coordinate representation of color #B7A322: hue angle of 51.95º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7A322 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 163 34 -
CMYK 0 0.11 0.81 0.28
HSL 51.95º 0.69% 0.43% -
HSV(B) 51.95º 0.81% 0.72% -
XYZ 32.91 36.38 6.8 -
YUV 154.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 183 163 34 0 0.11 0.81 0.28 51.95 0.69 0.43
Hex B7 A3 22 0 B 51 1C 34 45 2B
Octal 267 243 42 0 13 121 34 64 105 53
Binary 10110111 10100011 100010 0 1011 1010001 11100 110100 1000101 101011

Color Harmonies of #B7A322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A322

Black with #B7A322

Text Example


Text Example

White with #B7A322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A322; }

 p { color: rgb(183,163,34); }

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

background-color css

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

 a { background-color: rgb(183,163,34); }

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

border-color css

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

 span { border-color: rgb(183,163,34); }

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