Html Css Color HEX #AFB72C Bahia

📋 copy color: '#AFB72C'

red 175 ◦ green 183 ◦ blue 44

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

Shades of Bahia #AFB72C

Tints of Bahia #AFB72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.52%

 BLUE value IS 44 (17.58% from 255) = 10.95%

R = 43.53%
G = 45.52%
B = 10.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#AFB72C (or 0xAFB72C) is known color: Bahia. HEX triplet: AF, B7 and 2C. RGB value is (175,183,44). Sum of RGB (Red+Green+Blue) = 175+183+44=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB72C is #5048D3. Grayscale: #A5A5A5. Windows color (decimal): -5261524 or 2930607. OLE color: 2930607.

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

Color convert

RGB 175 183 44 -
CMYK 0.04 0 0.76 0.28
HSL 63.45º 0.61% 0.45% -
HSV(B) 63.45º 0.76% 0.72% -
XYZ 35.07 43.16 8.87 -
YUV 164.76 59.85 135.3 -
System Red Green Blue C M Y K H S L
Decimal 175 183 44 0.04 0 0.76 0.28 63.45 0.61 0.45
Hex AF B7 2C 4 0 4C 1C 3F 3D 2D
Octal 257 267 54 4 0 114 34 77 75 55
Binary 10101111 10110111 101100 100 0 1001100 11100 111111 111101 101101

Color Harmonies of #AFB72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB72C

Black with #AFB72C

Text Example


Text Example

White with #AFB72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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