Html Css Color HEX #AFC32F Bahia

📋 copy color: '#AFC32F'

red 175 ◦ green 195 ◦ blue 47

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

Shades of Bahia #AFC32F

Tints of Bahia #AFC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 41.97%
G = 46.76%
B = 11.27%

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

#AFC32F (or 0xAFC32F) is known color: Bahia. HEX triplet: AF, C3 and 2F. RGB value is (175,195,47). Sum of RGB (Red+Green+Blue) = 175+195+47=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC32F is #503CD0. Grayscale: #ACACAC. Windows color (decimal): -5258449 or 3130287. OLE color: 3130287.

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

Color convert

RGB 175 195 47 -
CMYK 0.10 0 0.76 0.24
HSL 68.11º 0.61% 0.47% -
HSV(B) 68.11º 0.76% 0.76% -
XYZ 37.71 48.35 10.03 -
YUV 172.15 57.37 130.03 -
System Red Green Blue C M Y K H S L
Decimal 175 195 47 0.10 0 0.76 0.24 68.11 0.61 0.47
Hex AF C3 2F A 0 4C 18 44 3D 2F
Octal 257 303 57 12 0 114 30 104 75 57
Binary 10101111 11000011 101111 1010 0 1001100 11000 1000100 111101 101111

Color Harmonies of #AFC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC32F

Black with #AFC32F

Text Example


Text Example

White with #AFC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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