Html Css Color HEX #AFC327 Bahia

📋 copy color: '#AFC327'

red 175 ◦ green 195 ◦ blue 39

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

Shades of Bahia #AFC327

Tints of Bahia #AFC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 42.79%
G = 47.68%
B = 9.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#AFC327 (or 0xAFC327) is known color: Bahia. HEX triplet: AF, C3 and 27. RGB value is (175,195,39). Sum of RGB (Red+Green+Blue) = 175+195+39=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC327 is #503CD8. Grayscale: #ABABAB. Windows color (decimal): -5258457 or 2605999. OLE color: 2605999.

HSL color Cylindrical-coordinate representation of color #AFC327: hue angle of 67.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFC327 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 39 -
CMYK 0.10 0 0.80 0.24
HSL 67.69º 0.67% 0.46% -
HSV(B) 67.69º 0.8% 0.76% -
XYZ 37.56 48.29 9.26 -
YUV 171.24 53.37 130.68 -
System Red Green Blue C M Y K H S L
Decimal 175 195 39 0.10 0 0.80 0.24 67.69 0.67 0.46
Hex AF C3 27 A 0 50 18 44 43 2E
Octal 257 303 47 12 0 120 30 104 103 56
Binary 10101111 11000011 100111 1010 0 1010000 11000 1000100 1000011 101110

Color Harmonies of #AFC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC327

Black with #AFC327

Text Example


Text Example

White with #AFC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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