Html Css Color HEX #AFC32E Bahia

📋 copy color: '#AFC32E'

red 175 ◦ green 195 ◦ blue 46

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

Shades of Bahia #AFC32E

Tints of Bahia #AFC32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 42.07%
G = 46.88%
B = 11.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#AFC32E (or 0xAFC32E) is known color: Bahia. HEX triplet: AF, C3 and 2E. RGB value is (175,195,46). Sum of RGB (Red+Green+Blue) = 175+195+46=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC32E is #503CD1. Grayscale: #ACACAC. Windows color (decimal): -5258450 or 3064751. OLE color: 3064751.

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

Color convert

RGB 175 195 46 -
CMYK 0.10 0 0.76 0.24
HSL 68.05º 0.62% 0.47% -
HSV(B) 68.05º 0.76% 0.76% -
XYZ 37.69 48.34 9.93 -
YUV 172.03 56.87 130.12 -
System Red Green Blue C M Y K H S L
Decimal 175 195 46 0.10 0 0.76 0.24 68.05 0.62 0.47
Hex AF C3 2E A 0 4C 18 44 3E 2F
Octal 257 303 56 12 0 114 30 104 76 57
Binary 10101111 11000011 101110 1010 0 1001100 11000 1000100 111110 101111

Color Harmonies of #AFC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC32E

Black with #AFC32E

Text Example


Text Example

White with #AFC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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