Html Css Color HEX #AFC132 Bahia

📋 copy color: '#AFC132'

red 175 ◦ green 193 ◦ blue 50

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

Shades of Bahia #AFC132

Tints of Bahia #AFC132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 41.87%
G = 46.17%
B = 11.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#AFC132 (or 0xAFC132) is known color: Bahia. HEX triplet: AF, C1 and 32. RGB value is (175,193,50). Sum of RGB (Red+Green+Blue) = 175+193+50=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC132 is #503ECD. Grayscale: #ABABAB. Windows color (decimal): -5258958 or 3326383. OLE color: 3326383.

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

Color convert

RGB 175 193 50 -
CMYK 0.09 0 0.74 0.24
HSL 67.55º 0.59% 0.48% -
HSV(B) 67.55º 0.74% 0.76% -
XYZ 37.32 47.48 10.22 -
YUV 171.32 59.54 130.63 -
System Red Green Blue C M Y K H S L
Decimal 175 193 50 0.09 0 0.74 0.24 67.55 0.59 0.48
Hex AF C1 32 9 0 4A 18 44 3B 30
Octal 257 301 62 11 0 112 30 104 73 60
Binary 10101111 11000001 110010 1001 0 1001010 11000 1000100 111011 110000

Color Harmonies of #AFC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC132

Black with #AFC132

Text Example


Text Example

White with #AFC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC132; }

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

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

background-color css

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

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

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

border-color css

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

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

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