Html Css Color HEX #AFB71C Bahia

📋 copy color: '#AFB71C'

red 175 ◦ green 183 ◦ blue 28

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

Shades of Bahia #AFB71C

Tints of Bahia #AFB71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 45.34%
G = 47.41%
B = 7.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#AFB71C (or 0xAFB71C) is known color: Bahia. HEX triplet: AF, B7 and 1C. RGB value is (175,183,28). Sum of RGB (Red+Green+Blue) = 175+183+28=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB71C is #5048E3. Grayscale: #A3A3A3. Windows color (decimal): -5261540 or 1882031. OLE color: 1882031.

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

Color convert

RGB 175 183 28 -
CMYK 0.04 0 0.85 0.28
HSL 63.1º 0.73% 0.41% -
HSV(B) 63.1º 0.85% 0.72% -
XYZ 34.82 43.06 7.58 -
YUV 162.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 175 183 28 0.04 0 0.85 0.28 63.1 0.73 0.41
Hex AF B7 1C 4 0 55 1C 3F 49 29
Octal 257 267 34 4 0 125 34 77 111 51
Binary 10101111 10110111 11100 100 0 1010101 11100 111111 1001001 101001

Color Harmonies of #AFB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB71C

Black with #AFB71C

Text Example


Text Example

White with #AFB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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