Html Css Color HEX #AFC820 Bahia

📋 copy color: '#AFC820'

red 175 ◦ green 200 ◦ blue 32

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

Shades of Bahia #AFC820

Tints of Bahia #AFC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.14%

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 43%
G = 49.14%
B = 7.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#AFC820 (or 0xAFC820) is known color: Bahia. HEX triplet: AF, C8 and 20. RGB value is (175,200,32). Sum of RGB (Red+Green+Blue) = 175+200+32=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC820 is #5037DF. Grayscale: #AEAEAE. Windows color (decimal): -5257184 or 2148527. OLE color: 2148527.

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

Color convert

RGB 175 200 32 -
CMYK 0.12 0 0.84 0.22
HSL 68.93º 0.72% 0.45% -
HSV(B) 68.93º 0.84% 0.78% -
XYZ 38.59 50.53 9.09 -
YUV 173.37 48.22 129.16 -
System Red Green Blue C M Y K H S L
Decimal 175 200 32 0.12 0 0.84 0.22 68.93 0.72 0.45
Hex AF C8 20 C 0 54 16 45 48 2D
Octal 257 310 40 14 0 124 26 105 110 55
Binary 10101111 11001000 100000 1100 0 1010100 10110 1000101 1001000 101101

Color Harmonies of #AFC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC820

Black with #AFC820

Text Example


Text Example

White with #AFC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC820; }

 p { color: rgb(175,200,32); }

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

background-color css

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

 a { background-color: rgb(175,200,32); }

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

border-color css

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

 span { border-color: rgb(175,200,32); }

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