Html Css Color HEX #AFB278 Locust

📋 copy color: '#AFB278'

red 175 ◦ green 178 ◦ blue 120

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

Shades of Locust #AFB278

Tints of Locust #AFB278

RGB

 RED value IS 175 (68.75% from 255) = 37%

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 37%
G = 37.63%
B = 25.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#AFB278 (or 0xAFB278) is known color: Locust. HEX triplet: AF, B2 and 78. RGB value is (175,178,120). Sum of RGB (Red+Green+Blue) = 175+178+120=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB278 is #504D87. Grayscale: #AAAAAA. Windows color (decimal): -5262728 or 7910063. OLE color: 7910063.

HSL color Cylindrical-coordinate representation of color #AFB278: hue angle of 63.1º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFB278 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 120 -
CMYK 0.02 0 0.33 0.30
HSL 63.1º 0.27% 0.58% -
HSV(B) 63.1º 0.33% 0.7% -
XYZ 36.99 42.31 23.99 -
YUV 170.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 175 178 120 0.02 0 0.33 0.30 63.1 0.27 0.58
Hex AF B2 78 2 0 21 1E 3F 1B 3A
Octal 257 262 170 2 0 41 36 77 33 72
Binary 10101111 10110010 1111000 10 0 100001 11110 111111 11011 111010

Color Harmonies of #AFB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB278

Black with #AFB278

Text Example


Text Example

White with #AFB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB278; }

 p { color: rgb(175,178,120); }

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

background-color css

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

 a { background-color: rgb(175,178,120); }

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

border-color css

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

 span { border-color: rgb(175,178,120); }

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