Html Css Color HEX #AFC426 Bahia

📋 copy color: '#AFC426'

red 175 ◦ green 196 ◦ blue 38

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

Shades of Bahia #AFC426

Tints of Bahia #AFC426

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.92%

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

R = 42.79%
G = 47.92%
B = 9.29%

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

#AFC426 (or 0xAFC426) is known color: Bahia. HEX triplet: AF, C4 and 26. RGB value is (175,196,38). Sum of RGB (Red+Green+Blue) = 175+196+38=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC426 is #503BD9. Grayscale: #ACACAC. Windows color (decimal): -5258202 or 2540719. OLE color: 2540719.

HSL color Cylindrical-coordinate representation of color #AFC426: hue angle of 67.97º 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 #AFC426 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 38 -
CMYK 0.11 0 0.81 0.23
HSL 67.97º 0.68% 0.46% -
HSV(B) 67.97º 0.81% 0.77% -
XYZ 37.77 48.73 9.25 -
YUV 171.71 52.54 130.35 -
System Red Green Blue C M Y K H S L
Decimal 175 196 38 0.11 0 0.81 0.23 67.97 0.68 0.46
Hex AF C4 26 B 0 51 17 44 44 2E
Octal 257 304 46 13 0 121 27 104 104 56
Binary 10101111 11000100 100110 1011 0 1010001 10111 1000100 1000100 101110

Color Harmonies of #AFC426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC426

Black with #AFC426

Text Example


Text Example

White with #AFC426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC426; }

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

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

background-color css

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

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

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

border-color css

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

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

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