Html Css Color HEX #AFC127 Bahia

📋 copy color: '#AFC127'

red 175 ◦ green 193 ◦ blue 39

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

Shades of Bahia #AFC127

Tints of Bahia #AFC127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.42%

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

R = 43%
G = 47.42%
B = 9.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#AFC127 (or 0xAFC127) is known color: Bahia. HEX triplet: AF, C1 and 27. RGB value is (175,193,39). Sum of RGB (Red+Green+Blue) = 175+193+39=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC127 is #503ED8. Grayscale: #AAAAAA. Windows color (decimal): -5258969 or 2605487. OLE color: 2605487.

HSL color Cylindrical-coordinate representation of color #AFC127: hue angle of 67.01º degrees, saturation: 0.66, 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 #AFC127 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 39 -
CMYK 0.09 0 0.80 0.24
HSL 67.01º 0.66% 0.45% -
HSV(B) 67.01º 0.8% 0.76% -
XYZ 37.12 47.4 9.11 -
YUV 170.06 54.04 131.52 -
System Red Green Blue C M Y K H S L
Decimal 175 193 39 0.09 0 0.80 0.24 67.01 0.66 0.45
Hex AF C1 27 9 0 50 18 43 42 2D
Octal 257 301 47 11 0 120 30 103 102 55
Binary 10101111 11000001 100111 1001 0 1010000 11000 1000011 1000010 101101

Color Harmonies of #AFC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC127

Black with #AFC127

Text Example


Text Example

White with #AFC127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC127; }

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

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

background-color css

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

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

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

border-color css

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

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

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