Html Css Color HEX #AFC231 Bahia

📋 copy color: '#AFC231'

red 175 ◦ green 194 ◦ blue 49

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

Shades of Bahia #AFC231

Tints of Bahia #AFC231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 41.87%
G = 46.41%
B = 11.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#AFC231 (or 0xAFC231) is known color: Bahia. HEX triplet: AF, C2 and 31. RGB value is (175,194,49). Sum of RGB (Red+Green+Blue) = 175+194+49=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC231 is #503DCE. Grayscale: #ACACAC. Windows color (decimal): -5258703 or 3261103. OLE color: 3261103.

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

Color convert

RGB 175 194 49 -
CMYK 0.10 0 0.75 0.24
HSL 67.86º 0.6% 0.48% -
HSV(B) 67.86º 0.75% 0.76% -
XYZ 37.53 47.92 10.18 -
YUV 171.79 58.71 130.29 -
System Red Green Blue C M Y K H S L
Decimal 175 194 49 0.10 0 0.75 0.24 67.86 0.6 0.48
Hex AF C2 31 A 0 4B 18 44 3C 30
Octal 257 302 61 12 0 113 30 104 74 60
Binary 10101111 11000010 110001 1010 0 1001011 11000 1000100 111100 110000

Color Harmonies of #AFC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC231

Black with #AFC231

Text Example


Text Example

White with #AFC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC231; }

 p { color: rgb(175,194,49); }

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

background-color css

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

 a { background-color: rgb(175,194,49); }

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

border-color css

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

 span { border-color: rgb(175,194,49); }

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