Html Css Color HEX #AFC226 Bahia

📋 copy color: '#AFC226'

red 175 ◦ green 194 ◦ blue 38

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

Shades of Bahia #AFC226

Tints of Bahia #AFC226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.67%

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

R = 43%
G = 47.67%
B = 9.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#AFC226 (or 0xAFC226) is known color: Bahia. HEX triplet: AF, C2 and 26. RGB value is (175,194,38). Sum of RGB (Red+Green+Blue) = 175+194+38=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC226 is #503DD9. Grayscale: #ABABAB. Windows color (decimal): -5258714 or 2540207. OLE color: 2540207.

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

Color convert

RGB 175 194 38 -
CMYK 0.10 0 0.80 0.24
HSL 67.31º 0.67% 0.45% -
HSV(B) 67.31º 0.8% 0.76% -
XYZ 37.32 47.84 9.1 -
YUV 170.54 53.21 131.18 -
System Red Green Blue C M Y K H S L
Decimal 175 194 38 0.10 0 0.80 0.24 67.31 0.67 0.45
Hex AF C2 26 A 0 50 18 43 43 2D
Octal 257 302 46 12 0 120 30 103 103 55
Binary 10101111 11000010 100110 1010 0 1010000 11000 1000011 1000011 101101

Color Harmonies of #AFC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC226

Black with #AFC226

Text Example


Text Example

White with #AFC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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