Html Css Color HEX #AFC526 Bahia

📋 copy color: '#AFC526'

red 175 ◦ green 197 ◦ blue 38

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

Shades of Bahia #AFC526

Tints of Bahia #AFC526

RGB

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

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

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

R = 42.68%
G = 48.05%
B = 9.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#AFC526 (or 0xAFC526) is known color: Bahia. HEX triplet: AF, C5 and 26. RGB value is (175,197,38). Sum of RGB (Red+Green+Blue) = 175+197+38=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC526 is #503AD9. Grayscale: #ACACAC. Windows color (decimal): -5257946 or 2540975. OLE color: 2540975.

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

Color convert

RGB 175 197 38 -
CMYK 0.11 0 0.81 0.23
HSL 68.3º 0.68% 0.46% -
HSV(B) 68.3º 0.81% 0.77% -
XYZ 38 49.19 9.33 -
YUV 172.3 52.21 129.93 -
System Red Green Blue C M Y K H S L
Decimal 175 197 38 0.11 0 0.81 0.23 68.3 0.68 0.46
Hex AF C5 26 B 0 51 17 44 44 2E
Octal 257 305 46 13 0 121 27 104 104 56
Binary 10101111 11000101 100110 1011 0 1010001 10111 1000100 1000100 101110

Color Harmonies of #AFC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC526

Black with #AFC526

Text Example


Text Example

White with #AFC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC526; }

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

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

background-color css

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

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

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

border-color css

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

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

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