Html Css Color HEX #AFC328 Bahia

📋 copy color: '#AFC328'

red 175 ◦ green 195 ◦ blue 40

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

Shades of Bahia #AFC328

Tints of Bahia #AFC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 42.68%
G = 47.56%
B = 9.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#AFC328 (or 0xAFC328) is known color: Bahia. HEX triplet: AF, C3 and 28. RGB value is (175,195,40). Sum of RGB (Red+Green+Blue) = 175+195+40=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC328 is #503CD7. Grayscale: #ABABAB. Windows color (decimal): -5258456 or 2671535. OLE color: 2671535.

HSL color Cylindrical-coordinate representation of color #AFC328: hue angle of 67.74º degrees, saturation: 0.66, 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 #AFC328 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 40 -
CMYK 0.10 0 0.79 0.24
HSL 67.74º 0.66% 0.46% -
HSV(B) 67.74º 0.79% 0.76% -
XYZ 37.58 48.3 9.35 -
YUV 171.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 175 195 40 0.10 0 0.79 0.24 67.74 0.66 0.46
Hex AF C3 28 A 0 4F 18 44 42 2E
Octal 257 303 50 12 0 117 30 104 102 56
Binary 10101111 11000011 101000 1010 0 1001111 11000 1000100 1000010 101110

Color Harmonies of #AFC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC328

Black with #AFC328

Text Example


Text Example

White with #AFC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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