Html Css Color HEX #AFB72A Bahia

📋 copy color: '#AFB72A'

red 175 ◦ green 183 ◦ blue 42

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

Shades of Bahia #AFB72A

Tints of Bahia #AFB72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 43.75%
G = 45.75%
B = 10.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#AFB72A (or 0xAFB72A) is known color: Bahia. HEX triplet: AF, B7 and 2A. RGB value is (175,183,42). Sum of RGB (Red+Green+Blue) = 175+183+42=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB72A is #5048D5. Grayscale: #A5A5A5. Windows color (decimal): -5261526 or 2799535. OLE color: 2799535.

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

Color convert

RGB 175 183 42 -
CMYK 0.04 0 0.77 0.28
HSL 63.4º 0.63% 0.44% -
HSV(B) 63.4º 0.77% 0.72% -
XYZ 35.03 43.15 8.67 -
YUV 164.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 175 183 42 0.04 0 0.77 0.28 63.4 0.63 0.44
Hex AF B7 2A 4 0 4D 1C 3F 3F 2C
Octal 257 267 52 4 0 115 34 77 77 54
Binary 10101111 10110111 101010 100 0 1001101 11100 111111 111111 101100

Color Harmonies of #AFB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB72A

Black with #AFB72A

Text Example


Text Example

White with #AFB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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