Html Css Color HEX #AFBF20 Bahia

📋 copy color: '#AFBF20'

red 175 ◦ green 191 ◦ blue 32

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

Shades of Bahia #AFBF20

Tints of Bahia #AFBF20

RGB

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

 GREEN value IS 191 (75% from 255) = 47.99%

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 43.97%
G = 47.99%
B = 8.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#AFBF20 (or 0xAFBF20) is known color: Bahia. HEX triplet: AF, BF and 20. RGB value is (175,191,32). Sum of RGB (Red+Green+Blue) = 175+191+32=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF20 is #5040DF. Grayscale: #A8A8A8. Windows color (decimal): -5259488 or 2146223. OLE color: 2146223.

HSL color Cylindrical-coordinate representation of color #AFBF20: hue angle of 66.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFBF20 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 32 -
CMYK 0.08 0 0.83 0.25
HSL 66.04º 0.71% 0.44% -
HSV(B) 66.04º 0.83% 0.75% -
XYZ 36.57 46.48 8.41 -
YUV 168.09 51.2 132.93 -
System Red Green Blue C M Y K H S L
Decimal 175 191 32 0.08 0 0.83 0.25 66.04 0.71 0.44
Hex AF BF 20 8 0 53 19 42 47 2C
Octal 257 277 40 10 0 123 31 102 107 54
Binary 10101111 10111111 100000 1000 0 1010011 11001 1000010 1000111 101100

Color Harmonies of #AFBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF20

Black with #AFBF20

Text Example


Text Example

White with #AFBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF20; }

 p { color: rgb(175,191,32); }

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

background-color css

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

 a { background-color: rgb(175,191,32); }

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

border-color css

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

 span { border-color: rgb(175,191,32); }

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