Html Css Color HEX #AFC623 Bahia

📋 copy color: '#AFC623'

red 175 ◦ green 198 ◦ blue 35

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

Shades of Bahia #AFC623

Tints of Bahia #AFC623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.58%

R = 42.89%
G = 48.53%
B = 8.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#AFC623 (or 0xAFC623) is known color: Bahia. HEX triplet: AF, C6 and 23. RGB value is (175,198,35). Sum of RGB (Red+Green+Blue) = 175+198+35=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 35 (14.06% from 255 or 8.58% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC623 is #5039DC. Grayscale: #ADADAD. Windows color (decimal): -5257693 or 2344623. OLE color: 2344623.

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

Color convert

RGB 175 198 35 -
CMYK 0.12 0 0.82 0.22
HSL 68.47º 0.7% 0.46% -
HSV(B) 68.47º 0.82% 0.78% -
XYZ 38.18 49.62 9.16 -
YUV 172.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 175 198 35 0.12 0 0.82 0.22 68.47 0.7 0.46
Hex AF C6 23 C 0 52 16 44 46 2E
Octal 257 306 43 14 0 122 26 104 106 56
Binary 10101111 11000110 100011 1100 0 1010010 10110 1000100 1000110 101110

Color Harmonies of #AFC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC623

Black with #AFC623

Text Example


Text Example

White with #AFC623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC623; }

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

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

background-color css

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

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

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

border-color css

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

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

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