Html Css Color HEX #AFC323 Bahia

📋 copy color: '#AFC323'

red 175 ◦ green 195 ◦ blue 35

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

Shades of Bahia #AFC323

Tints of Bahia #AFC323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.15%

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

R = 43.21%
G = 48.15%
B = 8.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#AFC323 (or 0xAFC323) is known color: Bahia. HEX triplet: AF, C3 and 23. RGB value is (175,195,35). Sum of RGB (Red+Green+Blue) = 175+195+35=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC323 is #503CDC. Grayscale: #ABABAB. Windows color (decimal): -5258461 or 2343855. OLE color: 2343855.

HSL color Cylindrical-coordinate representation of color #AFC323: hue angle of 67.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFC323 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 35 -
CMYK 0.10 0 0.82 0.24
HSL 67.5º 0.7% 0.45% -
HSV(B) 67.5º 0.82% 0.76% -
XYZ 37.5 48.27 8.93 -
YUV 170.78 51.37 131.01 -
System Red Green Blue C M Y K H S L
Decimal 175 195 35 0.10 0 0.82 0.24 67.5 0.7 0.45
Hex AF C3 23 A 0 52 18 44 46 2D
Octal 257 303 43 12 0 122 30 104 106 55
Binary 10101111 11000011 100011 1010 0 1010010 11000 1000100 1000110 101101

Color Harmonies of #AFC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC323

Black with #AFC323

Text Example


Text Example

White with #AFC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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