Html Css Color HEX #AFC921 Bahia

📋 copy color: '#AFC921'

red 175 ◦ green 201 ◦ blue 33

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

Shades of Bahia #AFC921

Tints of Bahia #AFC921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.07%

R = 42.79%
G = 49.14%
B = 8.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#AFC921 (or 0xAFC921) is known color: Bahia. HEX triplet: AF, C9 and 21. RGB value is (175,201,33). Sum of RGB (Red+Green+Blue) = 175+201+33=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC921 is #5036DE. Grayscale: #AEAEAE. Windows color (decimal): -5256927 or 2214319. OLE color: 2214319.

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

Color convert

RGB 175 201 33 -
CMYK 0.13 0 0.84 0.21
HSL 69.29º 0.72% 0.46% -
HSV(B) 69.29º 0.84% 0.79% -
XYZ 38.84 51 9.24 -
YUV 174.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 175 201 33 0.13 0 0.84 0.21 69.29 0.72 0.46
Hex AF C9 21 D 0 54 15 45 48 2E
Octal 257 311 41 15 0 124 25 105 110 56
Binary 10101111 11001001 100001 1101 0 1010100 10101 1000101 1001000 101110

Color Harmonies of #AFC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC921

Black with #AFC921

Text Example


Text Example

White with #AFC921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC921; }

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

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

background-color css

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

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

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

border-color css

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

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

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