Html Css Color HEX #AFB31A Bahia

📋 copy color: '#AFB31A'

red 175 ◦ green 179 ◦ blue 26

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

Shades of Bahia #AFB31A

Tints of Bahia #AFB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.11%

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

R = 46.05%
G = 47.11%
B = 6.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#AFB31A (or 0xAFB31A) is known color: Bahia. HEX triplet: AF, B3 and 1A. RGB value is (175,179,26). Sum of RGB (Red+Green+Blue) = 175+179+26=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB31A is #504CE5. Grayscale: #A0A0A0. Windows color (decimal): -5262566 or 1749935. OLE color: 1749935.

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

Color convert

RGB 175 179 26 -
CMYK 0.02 0 0.85 0.30
HSL 61.57º 0.75% 0.4% -
HSV(B) 61.57º 0.85% 0.7% -
XYZ 33.99 41.43 7.18 -
YUV 160.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 175 179 26 0.02 0 0.85 0.30 61.57 0.75 0.4
Hex AF B3 1A 2 0 55 1E 3E 4B 28
Octal 257 263 32 2 0 125 36 76 113 50
Binary 10101111 10110011 11010 10 0 1010101 11110 111110 1001011 101000

Color Harmonies of #AFB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB31A

Black with #AFB31A

Text Example


Text Example

White with #AFB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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