Html Css Color HEX #AFC532 Bahia

📋 copy color: '#AFC532'

red 175 ◦ green 197 ◦ blue 50

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

Shades of Bahia #AFC532

Tints of Bahia #AFC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 41.47%
G = 46.68%
B = 11.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#AFC532 (or 0xAFC532) is known color: Bahia. HEX triplet: AF, C5 and 32. RGB value is (175,197,50). Sum of RGB (Red+Green+Blue) = 175+197+50=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC532 is #503ACD. Grayscale: #AEAEAE. Windows color (decimal): -5257934 or 3327407. OLE color: 3327407.

HSL color Cylindrical-coordinate representation of color #AFC532: hue angle of 68.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFC532 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 50 -
CMYK 0.11 0 0.75 0.23
HSL 68.98º 0.6% 0.48% -
HSV(B) 68.98º 0.75% 0.77% -
XYZ 38.22 49.28 10.51 -
YUV 173.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 175 197 50 0.11 0 0.75 0.23 68.98 0.6 0.48
Hex AF C5 32 B 0 4B 17 45 3C 30
Octal 257 305 62 13 0 113 27 105 74 60
Binary 10101111 11000101 110010 1011 0 1001011 10111 1000101 111100 110000

Color Harmonies of #AFC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC532

Black with #AFC532

Text Example


Text Example

White with #AFC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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