Html Css Color HEX #AFB71A Bahia

📋 copy color: '#AFB71A'

red 175 ◦ green 183 ◦ blue 26

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

Shades of Bahia #AFB71A

Tints of Bahia #AFB71A

RGB

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

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

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

R = 45.57%
G = 47.66%
B = 6.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#AFB71A (or 0xAFB71A) is known color: Bahia. HEX triplet: AF, B7 and 1A. RGB value is (175,183,26). Sum of RGB (Red+Green+Blue) = 175+183+26=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB71A is #5048E5. Grayscale: #A3A3A3. Windows color (decimal): -5261542 or 1750959. OLE color: 1750959.

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

Color convert

RGB 175 183 26 -
CMYK 0.04 0 0.86 0.28
HSL 63.06º 0.75% 0.41% -
HSV(B) 63.06º 0.86% 0.72% -
XYZ 34.8 43.06 7.45 -
YUV 162.71 50.85 136.77 -
System Red Green Blue C M Y K H S L
Decimal 175 183 26 0.04 0 0.86 0.28 63.06 0.75 0.41
Hex AF B7 1A 4 0 56 1C 3F 4B 29
Octal 257 267 32 4 0 126 34 77 113 51
Binary 10101111 10110111 11010 100 0 1010110 11100 111111 1001011 101001

Color Harmonies of #AFB71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB71A

Black with #AFB71A

Text Example


Text Example

White with #AFB71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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