Html Css Color HEX #AFC330 Bahia

📋 copy color: '#AFC330'

red 175 ◦ green 195 ◦ blue 48

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

Shades of Bahia #AFC330

Tints of Bahia #AFC330

RGB

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

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

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

R = 41.87%
G = 46.65%
B = 11.48%

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

#AFC330 (or 0xAFC330) is known color: Bahia. HEX triplet: AF, C3 and 30. RGB value is (175,195,48). Sum of RGB (Red+Green+Blue) = 175+195+48=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC330 is #503CCF. Grayscale: #ACACAC. Windows color (decimal): -5258448 or 3195823. OLE color: 3195823.

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

Color convert

RGB 175 195 48 -
CMYK 0.10 0 0.75 0.24
HSL 68.16º 0.6% 0.48% -
HSV(B) 68.16º 0.75% 0.76% -
XYZ 37.73 48.36 10.14 -
YUV 172.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 175 195 48 0.10 0 0.75 0.24 68.16 0.6 0.48
Hex AF C3 30 A 0 4B 18 44 3C 30
Octal 257 303 60 12 0 113 30 104 74 60
Binary 10101111 11000011 110000 1010 0 1001011 11000 1000100 111100 110000

Color Harmonies of #AFC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC330

Black with #AFC330

Text Example


Text Example

White with #AFC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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