Html Css Color HEX #AFB72F Bahia

📋 copy color: '#AFB72F'

red 175 ◦ green 183 ◦ blue 47

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

Shades of Bahia #AFB72F

Tints of Bahia #AFB72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.6%

R = 43.21%
G = 45.19%
B = 11.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#AFB72F (or 0xAFB72F) is known color: Bahia. HEX triplet: AF, B7 and 2F. RGB value is (175,183,47). Sum of RGB (Red+Green+Blue) = 175+183+47=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB72F is #5048D0. Grayscale: #A5A5A5. Windows color (decimal): -5261521 or 3127215. OLE color: 3127215.

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

Color convert

RGB 175 183 47 -
CMYK 0.04 0 0.74 0.28
HSL 63.53º 0.59% 0.45% -
HSV(B) 63.53º 0.74% 0.72% -
XYZ 35.13 43.19 9.17 -
YUV 165.1 61.35 135.06 -
System Red Green Blue C M Y K H S L
Decimal 175 183 47 0.04 0 0.74 0.28 63.53 0.59 0.45
Hex AF B7 2F 4 0 4A 1C 40 3B 2D
Octal 257 267 57 4 0 112 34 100 73 55
Binary 10101111 10110111 101111 100 0 1001010 11100 1000000 111011 101101

Color Harmonies of #AFB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB72F

Black with #AFB72F

Text Example


Text Example

White with #AFB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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