Html Css Color HEX #AFC832 Bahia

📋 copy color: '#AFC832'

red 175 ◦ green 200 ◦ blue 50

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

Shades of Bahia #AFC832

Tints of Bahia #AFC832

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.06%

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

R = 41.18%
G = 47.06%
B = 11.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#AFC832 (or 0xAFC832) is known color: Bahia. HEX triplet: AF, C8 and 32. RGB value is (175,200,50). Sum of RGB (Red+Green+Blue) = 175+200+50=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC832 is #5037CD. Grayscale: #B0B0B0. Windows color (decimal): -5257166 or 3328175. OLE color: 3328175.

HSL color Cylindrical-coordinate representation of color #AFC832: hue angle of 70º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFC832 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 50 -
CMYK 0.12 0 0.75 0.22
HSL 70º 0.6% 0.49% -
HSV(B) 70º 0.75% 0.78% -
XYZ 38.91 50.65 10.74 -
YUV 175.43 57.22 127.7 -
System Red Green Blue C M Y K H S L
Decimal 175 200 50 0.12 0 0.75 0.22 70 0.6 0.49
Hex AF C8 32 C 0 4B 16 46 3C 31
Octal 257 310 62 14 0 113 26 106 74 61
Binary 10101111 11001000 110010 1100 0 1001011 10110 1000110 111100 110001

Color Harmonies of #AFC832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC832

Black with #AFC832

Text Example


Text Example

White with #AFC832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC832; }

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

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

background-color css

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

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

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

border-color css

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

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

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