Html Css Color HEX #AFC61A Bahia

📋 copy color: '#AFC61A'

red 175 ◦ green 198 ◦ blue 26

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

Shades of Bahia #AFC61A

Tints of Bahia #AFC61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.52%

R = 43.86%
G = 49.62%
B = 6.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#AFC61A (or 0xAFC61A) is known color: Bahia. HEX triplet: AF, C6 and 1A. RGB value is (175,198,26). Sum of RGB (Red+Green+Blue) = 175+198+26=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC61A is #5039E5. Grayscale: #ACACAC. Windows color (decimal): -5257702 or 1754799. OLE color: 1754799.

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

Color convert

RGB 175 198 26 -
CMYK 0.12 0 0.87 0.22
HSL 68.02º 0.77% 0.44% -
HSV(B) 68.02º 0.87% 0.78% -
XYZ 38.06 49.58 8.54 -
YUV 171.52 45.88 130.49 -
System Red Green Blue C M Y K H S L
Decimal 175 198 26 0.12 0 0.87 0.22 68.02 0.77 0.44
Hex AF C6 1A C 0 57 16 44 4D 2C
Octal 257 306 32 14 0 127 26 104 115 54
Binary 10101111 11000110 11010 1100 0 1010111 10110 1000100 1001101 101100

Color Harmonies of #AFC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC61A

Black with #AFC61A

Text Example


Text Example

White with #AFC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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