Html Css Color HEX #AFC530 Bahia

📋 copy color: '#AFC530'

red 175 ◦ green 197 ◦ blue 48

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

Shades of Bahia #AFC530

Tints of Bahia #AFC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.9%

 BLUE value IS 48 (19.14% from 255) = 11.43%

R = 41.67%
G = 46.9%
B = 11.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#AFC530 (or 0xAFC530) is known color: Bahia. HEX triplet: AF, C5 and 30. RGB value is (175,197,48). Sum of RGB (Red+Green+Blue) = 175+197+48=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC530 is #503ACF. Grayscale: #AEAEAE. Windows color (decimal): -5257936 or 3196335. OLE color: 3196335.

HSL color Cylindrical-coordinate representation of color #AFC530: hue angle of 68.86º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFC530 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 48 -
CMYK 0.11 0 0.76 0.23
HSL 68.86º 0.61% 0.48% -
HSV(B) 68.86º 0.76% 0.77% -
XYZ 38.18 49.26 10.29 -
YUV 173.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 175 197 48 0.11 0 0.76 0.23 68.86 0.61 0.48
Hex AF C5 30 B 0 4C 17 45 3D 30
Octal 257 305 60 13 0 114 27 105 75 60
Binary 10101111 11000101 110000 1011 0 1001100 10111 1000101 111101 110000

Color Harmonies of #AFC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC530

Black with #AFC530

Text Example


Text Example

White with #AFC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC530; }

 p { color: rgb(175,197,48); }

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

background-color css

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

 a { background-color: rgb(175,197,48); }

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

border-color css

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

 span { border-color: rgb(175,197,48); }

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