Html Css Color HEX #AFC634 Bahia

📋 copy color: '#AFC634'

red 175 ◦ green 198 ◦ blue 52

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

Shades of Bahia #AFC634

Tints of Bahia #AFC634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.24%

R = 41.18%
G = 46.59%
B = 12.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#AFC634 (or 0xAFC634) is known color: Bahia. HEX triplet: AF, C6 and 34. RGB value is (175,198,52). Sum of RGB (Red+Green+Blue) = 175+198+52=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC634 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC634 is #5039CB. Grayscale: #AFAFAF. Windows color (decimal): -5257676 or 3458735. OLE color: 3458735.

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

Color convert

RGB 175 198 52 -
CMYK 0.12 0 0.74 0.22
HSL 69.45º 0.58% 0.49% -
HSV(B) 69.45º 0.74% 0.78% -
XYZ 38.49 49.75 10.82 -
YUV 174.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 175 198 52 0.12 0 0.74 0.22 69.45 0.58 0.49
Hex AF C6 34 C 0 4A 16 45 3A 31
Octal 257 306 64 14 0 112 26 105 72 61
Binary 10101111 11000110 110100 1100 0 1001010 10110 1000101 111010 110001

Color Harmonies of #AFC634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC634

Black with #AFC634

Text Example


Text Example

White with #AFC634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC634; }

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

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

background-color css

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

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

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

border-color css

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

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

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