Html Css Color HEX #AFC01F Bahia

📋 copy color: '#AFC01F'

red 175 ◦ green 192 ◦ blue 31

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

Shades of Bahia #AFC01F

Tints of Bahia #AFC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.24%

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

R = 43.97%
G = 48.24%
B = 7.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#AFC01F (or 0xAFC01F) is known color: Bahia. HEX triplet: AF, C0 and 1F. RGB value is (175,192,31). Sum of RGB (Red+Green+Blue) = 175+192+31=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC01F is #503FE0. Grayscale: #A9A9A9. Windows color (decimal): -5259233 or 2080943. OLE color: 2080943.

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

Color convert

RGB 175 192 31 -
CMYK 0.09 0 0.84 0.25
HSL 66.34º 0.72% 0.44% -
HSV(B) 66.34º 0.84% 0.75% -
XYZ 36.78 46.91 8.41 -
YUV 168.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 175 192 31 0.09 0 0.84 0.25 66.34 0.72 0.44
Hex AF C0 1F 9 0 54 19 42 48 2C
Octal 257 300 37 11 0 124 31 102 110 54
Binary 10101111 11000000 11111 1001 0 1010100 11001 1000010 1001000 101100

Color Harmonies of #AFC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC01F

Black with #AFC01F

Text Example


Text Example

White with #AFC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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