Html Css Color HEX #AFC31C Bahia

📋 copy color: '#AFC31C'

red 175 ◦ green 195 ◦ blue 28

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

Shades of Bahia #AFC31C

Tints of Bahia #AFC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.99%

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

R = 43.97%
G = 48.99%
B = 7.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#AFC31C (or 0xAFC31C) is known color: Bahia. HEX triplet: AF, C3 and 1C. RGB value is (175,195,28). Sum of RGB (Red+Green+Blue) = 175+195+28=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC31C is #503CE3. Grayscale: #AAAAAA. Windows color (decimal): -5258468 or 1885103. OLE color: 1885103.

HSL color Cylindrical-coordinate representation of color #AFC31C: hue angle of 67.19º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC31C is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 28 -
CMYK 0.10 0 0.86 0.24
HSL 67.19º 0.75% 0.44% -
HSV(B) 67.19º 0.86% 0.76% -
XYZ 37.4 48.23 8.44 -
YUV 169.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 175 195 28 0.10 0 0.86 0.24 67.19 0.75 0.44
Hex AF C3 1C A 0 56 18 43 4B 2C
Octal 257 303 34 12 0 126 30 103 113 54
Binary 10101111 11000011 11100 1010 0 1010110 11000 1000011 1001011 101100

Color Harmonies of #AFC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC31C

Black with #AFC31C

Text Example


Text Example

White with #AFC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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