Html Css Color HEX #AFC01C Bahia

📋 copy color: '#AFC01C'

red 175 ◦ green 192 ◦ blue 28

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

Shades of Bahia #AFC01C

Tints of Bahia #AFC01C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.61%

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 44.3%
G = 48.61%
B = 7.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#AFC01C (or 0xAFC01C) is known color: Bahia. HEX triplet: AF, C0 and 1C. RGB value is (175,192,28). Sum of RGB (Red+Green+Blue) = 175+192+28=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC01C is #503FE3. Grayscale: #A8A8A8. Windows color (decimal): -5259236 or 1884335. OLE color: 1884335.

HSL color Cylindrical-coordinate representation of color #AFC01C: hue angle of 66.22º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFC01C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 28 -
CMYK 0.09 0 0.85 0.25
HSL 66.22º 0.75% 0.43% -
HSV(B) 66.22º 0.85% 0.75% -
XYZ 36.74 46.9 8.21 -
YUV 168.22 48.87 132.84 -
System Red Green Blue C M Y K H S L
Decimal 175 192 28 0.09 0 0.85 0.25 66.22 0.75 0.43
Hex AF C0 1C 9 0 55 19 42 4B 2B
Octal 257 300 34 11 0 125 31 102 113 53
Binary 10101111 11000000 11100 1001 0 1010101 11001 1000010 1001011 101011

Color Harmonies of #AFC01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC01C

Black with #AFC01C

Text Example


Text Example

White with #AFC01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC01C; }

 p { color: rgb(175,192,28); }

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

background-color css

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

 a { background-color: rgb(175,192,28); }

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

border-color css

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

 span { border-color: rgb(175,192,28); }

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