Html Css Color HEX #AFC326 Bahia

📋 copy color: '#AFC326'

red 175 ◦ green 195 ◦ blue 38

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

Shades of Bahia #AFC326

Tints of Bahia #AFC326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.31%

R = 42.89%
G = 47.79%
B = 9.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#AFC326 (or 0xAFC326) is known color: Bahia. HEX triplet: AF, C3 and 26. RGB value is (175,195,38). Sum of RGB (Red+Green+Blue) = 175+195+38=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 38 (15.23% from 255 or 9.31% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC326 is #503CD9. Grayscale: #ABABAB. Windows color (decimal): -5258458 or 2540463. OLE color: 2540463.

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

Color convert

RGB 175 195 38 -
CMYK 0.10 0 0.81 0.24
HSL 67.64º 0.67% 0.46% -
HSV(B) 67.64º 0.81% 0.76% -
XYZ 37.54 48.28 9.17 -
YUV 171.12 52.87 130.77 -
System Red Green Blue C M Y K H S L
Decimal 175 195 38 0.10 0 0.81 0.24 67.64 0.67 0.46
Hex AF C3 26 A 0 51 18 44 43 2E
Octal 257 303 46 12 0 121 30 104 103 56
Binary 10101111 11000011 100110 1010 0 1010001 11000 1000100 1000011 101110

Color Harmonies of #AFC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC326

Black with #AFC326

Text Example


Text Example

White with #AFC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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