Html Css Color HEX #AFC626 Bahia

📋 copy color: '#AFC626'

red 175 ◦ green 198 ◦ blue 38

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

Shades of Bahia #AFC626

Tints of Bahia #AFC626

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.18%

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

R = 42.58%
G = 48.18%
B = 9.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#AFC626 (or 0xAFC626) is known color: Bahia. HEX triplet: AF, C6 and 26. RGB value is (175,198,38). Sum of RGB (Red+Green+Blue) = 175+198+38=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC626 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC626 is #5039D9. Grayscale: #ADADAD. Windows color (decimal): -5257690 or 2541231. OLE color: 2541231.

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

Color convert

RGB 175 198 38 -
CMYK 0.12 0 0.81 0.22
HSL 68.63º 0.68% 0.46% -
HSV(B) 68.63º 0.81% 0.78% -
XYZ 38.22 49.64 9.4 -
YUV 172.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 175 198 38 0.12 0 0.81 0.22 68.63 0.68 0.46
Hex AF C6 26 C 0 51 16 45 44 2E
Octal 257 306 46 14 0 121 26 105 104 56
Binary 10101111 11000110 100110 1100 0 1010001 10110 1000101 1000100 101110

Color Harmonies of #AFC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC626

Black with #AFC626

Text Example


Text Example

White with #AFC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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