Html Css Color HEX #AFC31A Bahia

📋 copy color: '#AFC31A'

red 175 ◦ green 195 ◦ blue 26

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

Shades of Bahia #AFC31A

Tints of Bahia #AFC31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 44.19%
G = 49.24%
B = 6.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#AFC31A (or 0xAFC31A) is known color: Bahia. HEX triplet: AF, C3 and 1A. RGB value is (175,195,26). Sum of RGB (Red+Green+Blue) = 175+195+26=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC31A is #503CE5. Grayscale: #AAAAAA. Windows color (decimal): -5258470 or 1754031. OLE color: 1754031.

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

Color convert

RGB 175 195 26 -
CMYK 0.10 0 0.87 0.24
HSL 67.1º 0.76% 0.43% -
HSV(B) 67.1º 0.87% 0.76% -
XYZ 37.38 48.22 8.31 -
YUV 169.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 175 195 26 0.10 0 0.87 0.24 67.1 0.76 0.43
Hex AF C3 1A A 0 57 18 43 4C 2B
Octal 257 303 32 12 0 127 30 103 114 53
Binary 10101111 11000011 11010 1010 0 1010111 11000 1000011 1001100 101011

Color Harmonies of #AFC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC31A

Black with #AFC31A

Text Example


Text Example

White with #AFC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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