Html Css Color HEX #AFBC18 Bahia

📋 copy color: '#AFBC18'

red 175 ◦ green 188 ◦ blue 24

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

Shades of Bahia #AFBC18

Tints of Bahia #AFBC18

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 24 (9.77% from 255) = 6.2%

R = 45.22%
G = 48.58%
B = 6.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#AFBC18 (or 0xAFBC18) is known color: Bahia. HEX triplet: AF, BC and 18. RGB value is (175,188,24). Sum of RGB (Red+Green+Blue) = 175+188+24=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC18 is #5043E7. Grayscale: #A6A6A6. Windows color (decimal): -5260264 or 1621167. OLE color: 1621167.

HSL color Cylindrical-coordinate representation of color #AFBC18: hue angle of 64.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFBC18 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 188 24 -
CMYK 0.07 0 0.87 0.26
HSL 64.76º 0.77% 0.42% -
HSV(B) 64.76º 0.87% 0.74% -
XYZ 35.83 45.15 7.69 -
YUV 165.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 175 188 24 0.07 0 0.87 0.26 64.76 0.77 0.42
Hex AF BC 18 7 0 57 1A 41 4D 2A
Octal 257 274 30 7 0 127 32 101 115 52
Binary 10101111 10111100 11000 111 0 1010111 11010 1000001 1001101 101010

Color Harmonies of #AFBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC18

Black with #AFBC18

Text Example


Text Example

White with #AFBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC18; }

 p { color: rgb(175,188,24); }

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

background-color css

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

 a { background-color: rgb(175,188,24); }

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

border-color css

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

 span { border-color: rgb(175,188,24); }

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