Html Css Color HEX #AFBC15 Bahia

📋 copy color: '#AFBC15'

red 175 ◦ green 188 ◦ blue 21

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

Shades of Bahia #AFBC15

Tints of Bahia #AFBC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 45.57%
G = 48.96%
B = 5.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#AFBC15 (or 0xAFBC15) is known color: Bahia. HEX triplet: AF, BC and 15. RGB value is (175,188,21). Sum of RGB (Red+Green+Blue) = 175+188+21=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBC15 is #5043EA. Grayscale: #A5A5A5. Windows color (decimal): -5260267 or 1424559. OLE color: 1424559.

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

Color convert

RGB 175 188 21 -
CMYK 0.07 0 0.89 0.26
HSL 64.67º 0.8% 0.41% -
HSV(B) 64.67º 0.89% 0.74% -
XYZ 35.8 45.13 7.53 -
YUV 165.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 175 188 21 0.07 0 0.89 0.26 64.67 0.8 0.41
Hex AF BC 15 7 0 59 1A 41 50 29
Octal 257 274 25 7 0 131 32 101 120 51
Binary 10101111 10111100 10101 111 0 1011001 11010 1000001 1010000 101001

Color Harmonies of #AFBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC15

Black with #AFBC15

Text Example


Text Example

White with #AFBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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