Html Css Color HEX #AFC32A Bahia

📋 copy color: '#AFC32A'

red 175 ◦ green 195 ◦ blue 42

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

Shades of Bahia #AFC32A

Tints of Bahia #AFC32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 42.48%
G = 47.33%
B = 10.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#AFC32A (or 0xAFC32A) is known color: Bahia. HEX triplet: AF, C3 and 2A. RGB value is (175,195,42). Sum of RGB (Red+Green+Blue) = 175+195+42=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC32A is #503CD5. Grayscale: #ACACAC. Windows color (decimal): -5258454 or 2802607. OLE color: 2802607.

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

Color convert

RGB 175 195 42 -
CMYK 0.10 0 0.78 0.24
HSL 67.84º 0.65% 0.46% -
HSV(B) 67.84º 0.78% 0.76% -
XYZ 37.61 48.31 9.53 -
YUV 171.58 54.87 130.44 -
System Red Green Blue C M Y K H S L
Decimal 175 195 42 0.10 0 0.78 0.24 67.84 0.65 0.46
Hex AF C3 2A A 0 4E 18 44 41 2E
Octal 257 303 52 12 0 116 30 104 101 56
Binary 10101111 11000011 101010 1010 0 1001110 11000 1000100 1000001 101110

Color Harmonies of #AFC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC32A

Black with #AFC32A

Text Example


Text Example

White with #AFC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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