Html Css Color HEX #AFC129 Bahia

📋 copy color: '#AFC129'

red 175 ◦ green 193 ◦ blue 41

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

Shades of Bahia #AFC129

Tints of Bahia #AFC129

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

 BLUE value IS 41 (16.41% from 255) = 10.02%

R = 42.79%
G = 47.19%
B = 10.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#AFC129 (or 0xAFC129) is known color: Bahia. HEX triplet: AF, C1 and 29. RGB value is (175,193,41). Sum of RGB (Red+Green+Blue) = 175+193+41=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC129 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC129 is #503ED6. Grayscale: #AAAAAA. Windows color (decimal): -5258967 or 2736559. OLE color: 2736559.

HSL color Cylindrical-coordinate representation of color #AFC129: hue angle of 67.11º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFC129 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 41 -
CMYK 0.09 0 0.79 0.24
HSL 67.11º 0.65% 0.46% -
HSV(B) 67.11º 0.79% 0.76% -
XYZ 37.15 47.41 9.29 -
YUV 170.29 55.04 131.36 -
System Red Green Blue C M Y K H S L
Decimal 175 193 41 0.09 0 0.79 0.24 67.11 0.65 0.46
Hex AF C1 29 9 0 4F 18 43 41 2E
Octal 257 301 51 11 0 117 30 103 101 56
Binary 10101111 11000001 101001 1001 0 1001111 11000 1000011 1000001 101110

Color Harmonies of #AFC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC129

Black with #AFC129

Text Example


Text Example

White with #AFC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC129; }

 p { color: rgb(175,193,41); }

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

background-color css

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

 a { background-color: rgb(175,193,41); }

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

border-color css

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

 span { border-color: rgb(175,193,41); }

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