Html Css Color HEX #AFC227 Bahia

📋 copy color: '#AFC227'

red 175 ◦ green 194 ◦ blue 39

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

Shades of Bahia #AFC227

Tints of Bahia #AFC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 42.89%
G = 47.55%
B = 9.56%

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

#AFC227 (or 0xAFC227) is known color: Bahia. HEX triplet: AF, C2 and 27. RGB value is (175,194,39). Sum of RGB (Red+Green+Blue) = 175+194+39=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC227 is #503DD8. Grayscale: #ABABAB. Windows color (decimal): -5258713 or 2605743. OLE color: 2605743.

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

Color convert

RGB 175 194 39 -
CMYK 0.10 0 0.80 0.24
HSL 67.35º 0.67% 0.46% -
HSV(B) 67.35º 0.8% 0.76% -
XYZ 37.34 47.84 9.19 -
YUV 170.65 53.71 131.1 -
System Red Green Blue C M Y K H S L
Decimal 175 194 39 0.10 0 0.80 0.24 67.35 0.67 0.46
Hex AF C2 27 A 0 50 18 43 43 2E
Octal 257 302 47 12 0 120 30 103 103 56
Binary 10101111 11000010 100111 1010 0 1010000 11000 1000011 1000011 101110

Color Harmonies of #AFC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC227

Black with #AFC227

Text Example


Text Example

White with #AFC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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