Html Css Color HEX #B7AF1A Earls Green

📋 copy color: '#B7AF1A'

red 183 ◦ green 175 ◦ blue 26

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

Shades of Earls Green #B7AF1A

Tints of Earls Green #B7AF1A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 47.66%
G = 45.57%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7AF1A (or 0xB7AF1A) is known color: Earls Green. HEX triplet: B7, AF and 1A. RGB value is (183,175,26). Sum of RGB (Red+Green+Blue) = 183+175+26=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF1A is #4850E5. Grayscale: #A1A1A1. Windows color (decimal): -4739302 or 1748919. OLE color: 1748919.

HSL color Cylindrical-coordinate representation of color #B7AF1A: hue angle of 56.94º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7AF1A is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 26 -
CMYK 0 0.04 0.86 0.28
HSL 56.94º 0.75% 0.41% -
HSV(B) 56.94º 0.86% 0.72% -
XYZ 35.04 40.8 7.01 -
YUV 160.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 183 175 26 0 0.04 0.86 0.28 56.94 0.75 0.41
Hex B7 AF 1A 0 4 56 1C 39 4B 29
Octal 267 257 32 0 4 126 34 71 113 51
Binary 10110111 10101111 11010 0 100 1010110 11100 111001 1001011 101001

Color Harmonies of #B7AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF1A

Black with #B7AF1A

Text Example


Text Example

White with #B7AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF1A; }

 p { color: rgb(183,175,26); }

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

background-color css

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

 a { background-color: rgb(183,175,26); }

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

border-color css

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

 span { border-color: rgb(183,175,26); }

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