Html Css Color HEX #AFC133 Bahia

📋 copy color: '#AFC133'

red 175 ◦ green 193 ◦ blue 51

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

Shades of Bahia #AFC133

Tints of Bahia #AFC133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.06%

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 41.77%
G = 46.06%
B = 12.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#AFC133 (or 0xAFC133) is known color: Bahia. HEX triplet: AF, C1 and 33. RGB value is (175,193,51). Sum of RGB (Red+Green+Blue) = 175+193+51=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC133 is #503ECC. Grayscale: #ABABAB. Windows color (decimal): -5258957 or 3391919. OLE color: 3391919.

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

Color convert

RGB 175 193 51 -
CMYK 0.09 0 0.74 0.24
HSL 67.61º 0.58% 0.48% -
HSV(B) 67.61º 0.74% 0.76% -
XYZ 37.35 47.49 10.33 -
YUV 171.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 175 193 51 0.09 0 0.74 0.24 67.61 0.58 0.48
Hex AF C1 33 9 0 4A 18 44 3A 30
Octal 257 301 63 11 0 112 30 104 72 60
Binary 10101111 11000001 110011 1001 0 1001010 11000 1000100 111010 110000

Color Harmonies of #AFC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC133

Black with #AFC133

Text Example


Text Example

White with #AFC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC133; }

 p { color: rgb(175,193,51); }

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

background-color css

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

 a { background-color: rgb(175,193,51); }

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

border-color css

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

 span { border-color: rgb(175,193,51); }

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