Html Css Color HEX #AFC031 Bahia

📋 copy color: '#AFC031'

red 175 ◦ green 192 ◦ blue 49

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

Shades of Bahia #AFC031

Tints of Bahia #AFC031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.15%

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

R = 42.07%
G = 46.15%
B = 11.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#AFC031 (or 0xAFC031) is known color: Bahia. HEX triplet: AF, C0 and 31. RGB value is (175,192,49). Sum of RGB (Red+Green+Blue) = 175+192+49=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC031 is #503FCE. Grayscale: #ABABAB. Windows color (decimal): -5259215 or 3260591. OLE color: 3260591.

HSL color Cylindrical-coordinate representation of color #AFC031: hue angle of 67.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFC031 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 49 -
CMYK 0.09 0 0.74 0.25
HSL 67.13º 0.59% 0.47% -
HSV(B) 67.13º 0.74% 0.75% -
XYZ 37.08 47.03 10.03 -
YUV 170.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 175 192 49 0.09 0 0.74 0.25 67.13 0.59 0.47
Hex AF C0 31 9 0 4A 19 43 3B 2F
Octal 257 300 61 11 0 112 31 103 73 57
Binary 10101111 11000000 110001 1001 0 1001010 11001 1000011 111011 101111

Color Harmonies of #AFC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC031

Black with #AFC031

Text Example


Text Example

White with #AFC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC031; }

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

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

background-color css

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

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

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

border-color css

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

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

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