Html Css Color HEX #AFC61F Bahia

📋 copy color: '#AFC61F'

red 175 ◦ green 198 ◦ blue 31

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

Shades of Bahia #AFC61F

Tints of Bahia #AFC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.01%

 BLUE value IS 31 (12.5% from 255) = 7.67%

R = 43.32%
G = 49.01%
B = 7.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#AFC61F (or 0xAFC61F) is known color: Bahia. HEX triplet: AF, C6 and 1F. RGB value is (175,198,31). Sum of RGB (Red+Green+Blue) = 175+198+31=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC61F is #5039E0. Grayscale: #ACACAC. Windows color (decimal): -5257697 or 2082479. OLE color: 2082479.

HSL color Cylindrical-coordinate representation of color #AFC61F: hue angle of 68.26º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFC61F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 31 -
CMYK 0.12 0 0.84 0.22
HSL 68.26º 0.73% 0.45% -
HSV(B) 68.26º 0.84% 0.78% -
XYZ 38.12 49.6 8.86 -
YUV 172.09 48.38 130.08 -
System Red Green Blue C M Y K H S L
Decimal 175 198 31 0.12 0 0.84 0.22 68.26 0.73 0.45
Hex AF C6 1F C 0 54 16 44 49 2D
Octal 257 306 37 14 0 124 26 104 111 55
Binary 10101111 11000110 11111 1100 0 1010100 10110 1000100 1001001 101101

Color Harmonies of #AFC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC61F

Black with #AFC61F

Text Example


Text Example

White with #AFC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC61F; }

 p { color: rgb(175,198,31); }

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

background-color css

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

 a { background-color: rgb(175,198,31); }

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

border-color css

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

 span { border-color: rgb(175,198,31); }

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