Html Css Color HEX #AFC923 Bahia

📋 copy color: '#AFC923'

red 175 ◦ green 201 ◦ blue 35

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

Shades of Bahia #AFC923

Tints of Bahia #AFC923

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.91%

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

R = 42.58%
G = 48.91%
B = 8.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#AFC923 (or 0xAFC923) is known color: Bahia. HEX triplet: AF, C9 and 23. RGB value is (175,201,35). Sum of RGB (Red+Green+Blue) = 175+201+35=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 35 (14.06% from 255 or 8.52% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC923 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC923 is #5036DC. Grayscale: #AEAEAE. Windows color (decimal): -5256925 or 2345391. OLE color: 2345391.

HSL color Cylindrical-coordinate representation of color #AFC923: hue angle of 69.4º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFC923 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 35 -
CMYK 0.13 0 0.83 0.21
HSL 69.4º 0.7% 0.46% -
HSV(B) 69.4º 0.83% 0.79% -
XYZ 38.87 51.01 9.39 -
YUV 174.3 49.39 128.5 -
System Red Green Blue C M Y K H S L
Decimal 175 201 35 0.13 0 0.83 0.21 69.4 0.7 0.46
Hex AF C9 23 D 0 53 15 45 46 2E
Octal 257 311 43 15 0 123 25 105 106 56
Binary 10101111 11001001 100011 1101 0 1010011 10101 1000101 1000110 101110

Color Harmonies of #AFC923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC923

Black with #AFC923

Text Example


Text Example

White with #AFC923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC923; }

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

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

background-color css

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

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

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

border-color css

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

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

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