Html Css Color HEX #B8AF1A Earls Green

📋 copy color: '#B8AF1A'

red 184 ◦ green 175 ◦ blue 26

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

Shades of Earls Green #B8AF1A

Tints of Earls Green #B8AF1A

RGB

 RED value IS 184 (72.27% from 255) = 47.79%

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

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

R = 47.79%
G = 45.45%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8AF1A (or 0xB8AF1A) is known color: Earls Green. HEX triplet: B8, AF and 1A. RGB value is (184,175,26). Sum of RGB (Red+Green+Blue) = 184+175+26=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF1A is #4750E5. Grayscale: #A1A1A1. Windows color (decimal): -4673766 or 1748920. OLE color: 1748920.

HSL color Cylindrical-coordinate representation of color #B8AF1A: hue angle of 56.58º 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 #B8AF1A is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 175 26 -
CMYK 0 0.05 0.86 0.28
HSL 56.58º 0.75% 0.41% -
HSV(B) 56.58º 0.86% 0.72% -
XYZ 35.28 40.92 7.02 -
YUV 160.71 51.98 144.62 -
System Red Green Blue C M Y K H S L
Decimal 184 175 26 0 0.05 0.86 0.28 56.58 0.75 0.41
Hex B8 AF 1A 0 5 56 1C 39 4B 29
Octal 270 257 32 0 5 126 34 71 113 51
Binary 10111000 10101111 11010 0 101 1010110 11100 111001 1001011 101001

Color Harmonies of #B8AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AF1A

Black with #B8AF1A

Text Example


Text Example

White with #B8AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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